treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
This commit is contained in:
@@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
|
||||
./CVE-2016-1283.patch
|
||||
];
|
||||
|
||||
outputs = [ "dev" "out" "bin" "doc" "man" ];
|
||||
outputs = [ "bin" "dev" "out" "doc" "man" ];
|
||||
|
||||
configureFlags = [
|
||||
"--enable-jit"
|
||||
|
||||
Reference in New Issue
Block a user