mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
gdal: use autoconf 2.69
This commit is contained in:
parent
bee550014f
commit
3e6001f9ef
@ -13040,6 +13040,7 @@ in
|
|||||||
|
|
||||||
gdal = callPackage ../development/libraries/gdal {
|
gdal = callPackage ../development/libraries/gdal {
|
||||||
pythonPackages = python3Packages;
|
pythonPackages = python3Packages;
|
||||||
|
autoreconfHook = autoreconfHook269;
|
||||||
};
|
};
|
||||||
|
|
||||||
gdal_1_11 = callPackage ../development/libraries/gdal/gdal-1_11.nix { };
|
gdal_1_11 = callPackage ../development/libraries/gdal/gdal-1_11.nix { };
|
||||||
|
Loading…
Reference in New Issue
Block a user