treewide: unzip buildInputs to nativeBuildInputs (#112302)
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
owner = "vrthra";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper unzip ];
|
||||
|
||||
preConfigure = ''
|
||||
cd build;
|
||||
@@ -25,7 +25,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
unzip
|
||||
pkg-config
|
||||
ncurses
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user