Skip to content

Commit

Permalink
gdal: don't use composableDerivation
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Aug 27, 2017
1 parent f0a1ab7 commit 4d858a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gdal/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, composableDerivation, unzip, libjpeg, libtiff, zlib
{ stdenv, fetchurl, unzip, libjpeg, libtiff, zlib
, postgresql, mysql, libgeotiff, pythonPackages, proj, geos, openssl
, libpng, sqlite, libspatialite, poppler, hdf4
, libiconv
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/libraries/gdal/gdal-1_11.nix
Original file line number Diff line number Diff line change
@@ -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
, libpng }:

composableDerivation.composableDerivation {} (fixed: rec {
stdenv.mkDerivation rec {
version = "1.11.3";
name = "gdal-${version}";

Expand Down Expand Up @@ -58,4 +58,4 @@ composableDerivation.composableDerivation {} (fixed: rec {
maintainers = [ stdenv.lib.maintainers.marcweber ];
platforms = stdenv.lib.platforms.linux;
};
})
}

0 comments on commit 4d858a2

Please sign in to comment.