Skip to content

Commit

Permalink
imlib2: Make 'bin' the first output
Browse files Browse the repository at this point in the history
(cherry picked from commit 3ee733a)
  • Loading branch information
dezgeg committed Sep 26, 2017
1 parent 21d9031 commit 9a3658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/imlib2/default.nix
Expand Up @@ -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"
Expand Down

0 comments on commit 9a3658d

Please sign in to comment.