mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 03:34:12 +00:00
pythonPackages.fiona: fix build
This commit is contained in:
parent
d2196ee635
commit
33df189fae
@ -2564,7 +2564,9 @@ in {
|
||||
|
||||
fints = callPackage ../development/python-modules/fints { };
|
||||
|
||||
fiona = callPackage ../development/python-modules/fiona { };
|
||||
fiona = callPackage ../development/python-modules/fiona {
|
||||
gdal = pkgs.gdal_2;
|
||||
};
|
||||
|
||||
fipy = callPackage ../development/python-modules/fipy { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user