summary refs log tree commit diff
path: root/pkgs/development/libraries/imlib2
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-09-27 00:14:38 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-09-27 00:15:27 +0300
commit3ee733aafb687c9a004bedfda8efb3da1af847cc (patch)
tree4f1cf36b6c6d65772d26c5195cdbb1f6b7400a60 /pkgs/development/libraries/imlib2
parentaf44f99dca62abc5d569cb824a64f766e308d419 (diff)
downloadnixpkgs-3ee733aafb687c9a004bedfda8efb3da1af847cc.tar
nixpkgs-3ee733aafb687c9a004bedfda8efb3da1af847cc.tar.gz
nixpkgs-3ee733aafb687c9a004bedfda8efb3da1af847cc.tar.bz2
nixpkgs-3ee733aafb687c9a004bedfda8efb3da1af847cc.tar.lz
nixpkgs-3ee733aafb687c9a004bedfda8efb3da1af847cc.tar.xz
nixpkgs-3ee733aafb687c9a004bedfda8efb3da1af847cc.tar.zst
nixpkgs-3ee733aafb687c9a004bedfda8efb3da1af847cc.zip
imlib2: Make 'bin' the first output
Diffstat (limited to 'pkgs/development/libraries/imlib2')
-rw-r--r--pkgs/development/libraries/imlib2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/imlib2/default.nix b/pkgs/development/libraries/imlib2/default.nix
index 8c66dcec161..8d26cabc9b5 100644
--- a/pkgs/development/libraries/imlib2/default.nix
+++ b/pkgs/development/libraries/imlib2/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   configureFlags = optional stdenv.isDarwin "--enable-amd64=no"
     ++ optional (!x11Support) "--without-x";
 
-  outputs = [ "out" "bin" "dev" ];
+  outputs = [ "bin" "out" "dev" ];
 
   postInstall = ''
     moveToOutput bin/imlib2-config "$dev"