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
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
sha256 = "1m14czhi3b388didn0a881glsx8bnsg9gnxgj5lghr4l5mgqyrd7";
};
buildNativeInputs = stdenv.lib.optional (stdenv.system == "x86_64-linux") upx;
nativeBuildInputs = stdenv.lib.optional (stdenv.system == "x86_64-linux") upx;
buildPhase = stdenv.lib.optionalString (stdenv.system == "x86_64-linux") ''
upx -d bin/phantomjs