aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libtasn1
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/libtasn1
parent5d55ae5d5048610f73e727aa98d1f9f88045b752 (diff)
treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
Diffstat (limited to 'pkgs/development/libraries/libtasn1')
-rw-r--r--pkgs/development/libraries/libtasn1/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libtasn1/default.nix b/pkgs/development/libraries/libtasn1/default.nix
index f8e7908314f9..b028b1643da2 100644
--- a/pkgs/development/libraries/libtasn1/default.nix
+++ b/pkgs/development/libraries/libtasn1/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "04y5m29pqmvkfdbppmsdifyx89v8xclxzklpfc7a1fkr9p4jz07s";
};
- outputs = [ "dev" "out" "docdev" ];
+ outputs = [ "out" "dev" "docdev" ];
outputBin = "dev";
buildInputs = [ perl texinfo ];