treewide: unzip buildInputs to nativeBuildInputs (#112302)
This commit is contained in:
@@ -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; ""
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
||||
|
||||
sourceRoot = ".";
|
||||
|
||||
buildInputs = [ unzip ];
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
||||
buildPhase = ''
|
||||
g++ ${compileFlags} -fPIC --shared libzpaq.cpp -o libzpaq.so
|
||||
|
||||
Reference in New Issue
Block a user