treewide: unzip buildInputs to nativeBuildInputs (#112302)
This commit is contained in:
@@ -19,10 +19,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
sourceRoot = "source/gdal";
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config unzip ];
|
||||
|
||||
buildInputs = [
|
||||
unzip
|
||||
libjpeg
|
||||
libtiff
|
||||
libpng
|
||||
|
||||
Reference in New Issue
Block a user