stdenv multiple-outputs: change propagation rules
Now development stuff is propagated from the first output, and userEnvPkgs from the one with binaries. Also don't move *.la files (yet). It causes problems, and they're small.
This commit is contained in:
@@ -119,7 +119,7 @@ stdenv.mkDerivation ({
|
||||
|
||||
installFlags = [ "sysconfdir=$(out)/etc" ];
|
||||
|
||||
outputs = [ "out" "dev" "bin" "static" ];
|
||||
outputs = [ "dev" "out" "bin" "static" ];
|
||||
|
||||
buildInputs = [ ]
|
||||
++ stdenv.lib.optionals (cross != null) [ gccCross ]
|
||||
|
||||
Reference in New Issue
Block a user