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:29:00 +03:00
parent 21666526b9
commit 75b5922391
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0qr286q8mwbr4cxz0y0rf045zc071qh3cb804by6w1ydlqciih8a";
};
outputs = [ "dev" "out" ];
outputs = [ "out" "dev" ];
buildInputs = [ cmake boost ];