Skip to content

Commit

Permalink
overrides: add pyogrio to overrides.nix file
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Aug 2, 2024
1 parent 995a814 commit c5315e8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ rec {

# >>> CUSTOMIZE HERE

})).override { inherit fiona pyproj shapely; };
})).override { inherit pyogrio pyproj shapely; };

#####################################################################
### PYTHON3-OWSLIB
Expand All @@ -195,6 +195,16 @@ rec {

})).override { inherit shapely; };

#####################################################################
### PYTHON3-PYOGRIO
#####################################################################

pyogrio = (geopkgs."${pythonVersion}-pyogrio".overrideAttrs (old: {

# >>> CUSTOMIZE HERE

})).override { inherit gdal; };

#####################################################################
### PYTHON3-PYPROJ
#####################################################################
Expand Down

0 comments on commit c5315e8

Please sign in to comment.