treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
|
||||
configureFlags = optional static "--enable-static --disable-shared";
|
||||
|
||||
outputs = [ "dev" "out" "man" "bin" ];
|
||||
outputs = [ "bin" "dev" "out" "man" ];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.ijg.org/;
|
||||
|
||||
Reference in New Issue
Block a user