gdal: don't use composableDerivation
This commit is contained in:
parent
f0a1ab78b4
commit
4d858a2a17
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, composableDerivation, unzip, libjpeg, libtiff, zlib
|
{ stdenv, fetchurl, unzip, libjpeg, libtiff, zlib
|
||||||
, postgresql, mysql, libgeotiff, pythonPackages, proj, geos, openssl
|
, postgresql, mysql, libgeotiff, pythonPackages, proj, geos, openssl
|
||||||
, libpng, sqlite, libspatialite, poppler, hdf4
|
, libpng, sqlite, libspatialite, poppler, hdf4
|
||||||
, libiconv
|
, libiconv
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, fetchurl, composableDerivation, unzip, libjpeg, libtiff, zlib
|
{ stdenv, fetchurl, unzip, libjpeg, libtiff, zlib
|
||||||
, postgresql, mysql, libgeotiff, python, pythonPackages, proj, geos, openssl
|
, postgresql, mysql, libgeotiff, python, pythonPackages, proj, geos, openssl
|
||||||
, libpng }:
|
, libpng }:
|
||||||
|
|
||||||
composableDerivation.composableDerivation {} (fixed: rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.11.3";
|
version = "1.11.3";
|
||||||
name = "gdal-${version}";
|
name = "gdal-${version}";
|
||||||
|
|
||||||
@ -58,4 +58,4 @@ composableDerivation.composableDerivation {} (fixed: rec {
|
|||||||
maintainers = [ stdenv.lib.maintainers.marcweber ];
|
maintainers = [ stdenv.lib.maintainers.marcweber ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user