mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
remove reference to gdal_2
it's now just gdal
This commit is contained in:
parent
5821dfe589
commit
5bebd58b00
1 changed files with 2 additions and 2 deletions
|
@ -620,9 +620,9 @@ lib.composeManyExtensions [
|
||||||
|
|
||||||
fiona = super.fiona.overridePythonAttrs (
|
fiona = super.fiona.overridePythonAttrs (
|
||||||
old: {
|
old: {
|
||||||
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.gdal_2 ];
|
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.gdal ];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.gdal_2 # for gdal-config
|
pkgs.gdal # for gdal-config
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue