nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

libspatialite: fix build

+3
+3
pkgs/development/libraries/libspatialite/default.nix
··· 11 11 }; 12 12 13 13 nativeBuildInputs = [ pkgconfig ]; 14 + 14 15 buildInputs = [ libxml2 sqlite zlib proj geos libiconv ]; 15 16 16 17 configureFlags = [ "--disable-freexl" ]; 17 18 18 19 enableParallelBuilding = true; 20 + 21 + CFLAGS = "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"; 19 22 20 23 postInstall = "" + optionalString stdenv.isDarwin '' 21 24 ln -s $out/lib/mod_spatialite.{so,dylib}