aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/xcb-util-cursor
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-29 03:30:01 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-29 14:49:51 +0300
commita17216af4c82dbeb33030355664d96875558f7ac (patch)
treefbb0a7fc5865af3266ceb8600cf743c093360dd4 /pkgs/development/libraries/xcb-util-cursor
parent5d55ae5d5048610f73e727aa98d1f9f88045b752 (diff)
treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
Diffstat (limited to 'pkgs/development/libraries/xcb-util-cursor')
-rw-r--r--pkgs/development/libraries/xcb-util-cursor/HEAD.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/xcb-util-cursor/HEAD.nix b/pkgs/development/libraries/xcb-util-cursor/HEAD.nix
index 1b6d07bfc341..af1a3b4e095e 100644
--- a/pkgs/development/libraries/xcb-util-cursor/HEAD.nix
+++ b/pkgs/development/libraries/xcb-util-cursor/HEAD.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
platforms = platforms.linux ++ platforms.darwin;
};
- outputs = [ "dev" "out" ];
+ outputs = [ "out" "dev" ];
buildInputs = [
autoconf