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
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
];
preBuild = ''
makeFlags="ILMBASE_HOME=${ilmbase} OPENEXR_HOME=${openexr} USE_PYTHON=0
makeFlags="ILMBASE_HOME=${ilmbase} OPENEXR_HOME=${openexr.dev} USE_PYTHON=0
INSTALLDIR=$out dist_dir="
'';