treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
owner = "thom311";
|
||||
};
|
||||
|
||||
outputs = [ "dev" "bin" "out" "man" ];
|
||||
outputs = [ "bin" "dev" "out" "man" ];
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook bison flex pkgconfig ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user