openexr, libyaml-cpp: Fix output order to match others

This was changed in https://github.com/NixOS/nixpkgs/pull/14766

@edolstra
This commit is contained in:
Tuomas Tynkkynen
2016-09-01 16:34:11 +03:00
parent 21666526b9
commit 75b5922391
4 changed files with 4 additions and 4 deletions
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0ca2j526n4wlamrxb85y2jrgcv0gf21b3a19rr0gh4rjqkv1581n";
};
outputs = [ "dev" "bin" "out" "doc" ];
outputs = [ "bin" "dev" "out" "doc" ];
preConfigure = ''
./bootstrap