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
@@ -13,7 +13,7 @@ let self = stdenv.mkDerivation rec {
#outputs TODO: split $cxx due to libstdc++ dependency; maybe port to gmp5;
# maybe let ghc use a version with *.so shared with rest of nixpkgs and *.a added
# - see #5855 for related discussion
outputs = [ "dev" "out" "info" ];
outputs = [ "out" "dev" "info" ];
passthru.static = self.out;
nativeBuildInputs = [ m4 ];