buildNativeInputs -> nativeBuildInputs

This commit is contained in:
Mathijs Kwik
2013-01-13 11:33:45 +01:00
parent 418f6a536f
commit 0890c45498
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
-ljpeg -ltiff ;
'';
buildNativeInputs = [ jam unzip ];
nativeBuildInputs = [ jam unzip ];
preConfigure = ''
cp ${jamTop} Jamtop