treewide: unzip buildInputs to nativeBuildInputs (#112302)

This commit is contained in:
Ben Siraphob
2021-02-20 21:01:53 +00:00
committed by GitHub
parent ce5052e931
commit 127733211e
183 changed files with 282 additions and 261 deletions

View File

@@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0v44rlg9gvwc4ggr2lhcqll8ppal3dk7zsg5bqwcc5lg3ynk2pz4";
};
nativeBuildInputs = [ perl /* for pod2man */ ];
buildInputs = [ unzip ];
nativeBuildInputs = [ perl /* for pod2man */ unzip ];
preBuild = let
CPPFLAGS = with stdenv; ""

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation {
sourceRoot = ".";
buildInputs = [ unzip ];
nativeBuildInputs = [ unzip ];
buildPhase = ''
g++ ${compileFlags} -fPIC --shared libzpaq.cpp -o libzpaq.so