diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2016-08-29 03:30:01 +0300 |
---|---|---|
committer | Tuomas Tynkkynen <tuomas@tuxera.com> | 2016-08-29 14:49:51 +0300 |
commit | a17216af4c82dbeb33030355664d96875558f7ac (patch) | |
tree | fbb0a7fc5865af3266ceb8600cf743c093360dd4 /pkgs/development/libraries/exiv2 | |
parent | 5d55ae5d5048610f73e727aa98d1f9f88045b752 (diff) |
treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
Diffstat (limited to 'pkgs/development/libraries/exiv2')
-rw-r--r-- | pkgs/development/libraries/exiv2/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/exiv2/default.nix b/pkgs/development/libraries/exiv2/default.nix index af17c9ae0f0fe..a11be14df1090 100644 --- a/pkgs/development/libraries/exiv2/default.nix +++ b/pkgs/development/libraries/exiv2/default.nix @@ -9,7 +9,7 @@ stdenv.mkDerivation rec { }; postPatch = "patchShebangs ./src/svn_version.sh"; - outputs = [ "dev" "out" ]; + outputs = [ "out" "dev" ]; nativeBuildInputs = [ gettext ]; propagatedBuildInputs = [ zlib expat ]; |