We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 9a3658d commit 3dcd59fCopy full SHA for 3dcd59f
pkgs/applications/science/math/caffe/default.nix
@@ -46,9 +46,8 @@ stdenv.mkDerivation rec {
46
47
propagatedBuildInputs = lib.optional pythonSupport python.pkgs.protobuf;
48
49
- outputs = [ "out" "bin" ];
50
- # Don't propagate bin.
51
- outputBin = "out";
+ outputs = [ "bin" "out"];
+ propagatedBuildOutputs = []; # otherwise propagates out -> bin cycle
52
53
postInstall = ''
54
# Internal static library.
0 commit comments