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; ""
|
||||
|
||||
Reference in New Issue
Block a user