Skip to content

Commit

Permalink
libspatialite: add zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Aug 1, 2024
1 parent 37480c3 commit 19389b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/libspatialite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
, proj
, sqlite
, libiconv
, zlib
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -38,6 +39,7 @@ stdenv.mkDerivation rec {
minizip
proj
sqlite
zlib
] ++ lib.optionals stdenv.isDarwin [
libiconv
];
Expand Down

0 comments on commit 19389b2

Please sign in to comment.