summary refs log tree commit diff
path: root/pkgs/development/libraries/epoxy
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/epoxy
parent5d55ae5d5048610f73e727aa98d1f9f88045b752 (diff)
downloadnixpkgs-a17216af4c82dbeb33030355664d96875558f7ac.tar
nixpkgs-a17216af4c82dbeb33030355664d96875558f7ac.tar.gz
nixpkgs-a17216af4c82dbeb33030355664d96875558f7ac.tar.bz2
nixpkgs-a17216af4c82dbeb33030355664d96875558f7ac.tar.lz
nixpkgs-a17216af4c82dbeb33030355664d96875558f7ac.tar.xz
nixpkgs-a17216af4c82dbeb33030355664d96875558f7ac.tar.zst
nixpkgs-a17216af4c82dbeb33030355664d96875558f7ac.zip
treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
Diffstat (limited to 'pkgs/development/libraries/epoxy')
-rw-r--r--pkgs/development/libraries/epoxy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/epoxy/default.nix b/pkgs/development/libraries/epoxy/default.nix
index 00962409660..18ce05af07a 100644
--- a/pkgs/development/libraries/epoxy/default.nix
+++ b/pkgs/development/libraries/epoxy/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
     sha256 = "0dfkd4xbp7v5gwsf6qwaraz54yzizf3lj5ymyc0msjn0adq3j5yl";
   };
 
-  outputs = [ "dev" "out" ];
+  outputs = [ "out" "dev" ];
 
   nativeBuildInputs = [ autoreconfHook pkgconfig utilmacros python ];
   buildInputs = [ mesa libX11 ];