forked from mirrors/nixpkgs
imlib2: Make 'bin' the first output
This commit is contained in:
parent
af44f99dca
commit
3ee733aafb
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
configureFlags = optional stdenv.isDarwin "--enable-amd64=no"
|
configureFlags = optional stdenv.isDarwin "--enable-amd64=no"
|
||||||
++ optional (!x11Support) "--without-x";
|
++ optional (!x11Support) "--without-x";
|
||||||
|
|
||||||
outputs = [ "out" "bin" "dev" ];
|
outputs = [ "bin" "out" "dev" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
moveToOutput bin/imlib2-config "$dev"
|
moveToOutput bin/imlib2-config "$dev"
|
||||||
|
|
Loading…
Reference in a new issue