diff options
Diffstat (limited to 'third_party/nix/src/libstore/binary-cache-store.hh')
-rw-r--r-- | third_party/nix/src/libstore/binary-cache-store.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/nix/src/libstore/binary-cache-store.hh b/third_party/nix/src/libstore/binary-cache-store.hh index 0b788152f0bc..40c636f60ac2 100644 --- a/third_party/nix/src/libstore/binary-cache-store.hh +++ b/third_party/nix/src/libstore/binary-cache-store.hh @@ -93,7 +93,8 @@ class BinaryCacheStore : public Store { void narFromPath(const Path& path, Sink& sink) override; - BuildResult buildDerivation(const Path& drvPath, const BasicDerivation& drv, + BuildResult buildDerivation(std::ostream& /*log_sink*/, const Path& drvPath, + const BasicDerivation& drv, BuildMode buildMode) override { unsupported("buildDerivation"); } |