Skip to content

Commit 3ee733a

Browse files
committedSep 26, 2017
imlib2: Make 'bin' the first output
1 parent af44f99 commit 3ee733a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎pkgs/development/libraries/imlib2/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
2929
configureFlags = optional stdenv.isDarwin "--enable-amd64=no"
3030
++ optional (!x11Support) "--without-x";
3131

32-
outputs = [ "out" "bin" "dev" ];
32+
outputs = [ "bin" "out" "dev" ];
3333

3434
postInstall = ''
3535
moveToOutput bin/imlib2-config "$dev"

0 commit comments

Comments
 (0)
Please sign in to comment.