treewide: Shuffle outputs

Make either 'bin' or 'out' the first output.
This commit is contained in:
Tuomas Tynkkynen
2016-08-29 14:49:51 +03:00
parent 5d55ae5d50
commit a17216af4c
192 changed files with 227 additions and 227 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ stdenv.mkDerivation ({
installFlags = [ "sysconfdir=$(out)/etc" ];
outputs = [ "dev" "out" "bin" "static" ];
outputs = [ "bin" "dev" "out" "static" ];
buildInputs = lib.optionals (cross != null) [ gccCross ]
++ lib.optionals withGd [ gd libpng ];