Skip to content

Commit

Permalink
Merge pull request NixOS#332727 from afh/fix-spatialite-tools
Browse files Browse the repository at this point in the history
spatialite-tools: add missing libz dependency
  • Loading branch information
gador authored Aug 7, 2024
2 parents 92bb3f6 + ba5fe71 commit 1f3856b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/gis/spatialite-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
, librttopo
, libspatialite
, libxml2
, libz
, minizip
, proj
, readosm
Expand All @@ -34,6 +35,7 @@ stdenv.mkDerivation rec {
librttopo
libspatialite
libxml2
libz
minizip
proj
readosm
Expand Down

0 comments on commit 1f3856b

Please sign in to comment.