diff --git a/pkgs/applications/gis/qgis/unwrapped.nix b/pkgs/applications/gis/qgis/unwrapped.nix index c102d9c23356..e6868cc03407 100644 --- a/pkgs/applications/gis/qgis/unwrapped.nix +++ b/pkgs/applications/gis/qgis/unwrapped.nix @@ -21,7 +21,6 @@ grass, gsl, hdf5, - libspatialindex, libspatialite, libzip, netcdf, @@ -82,14 +81,14 @@ let ]; in mkDerivation rec { - version = "3.44.3"; + version = "3.44.4"; pname = "qgis-unwrapped"; src = fetchFromGitHub { owner = "qgis"; repo = "QGIS"; rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}"; - hash = "sha256-g7ZdNLal16b0Fbq492mPpOiNkYc3Bm4c7INWX+2e7H8="; + hash = "sha256-G9atxBBANlUDGl39bkwTo6L04/+0o5A5ake4KvIY70E="; }; passthru = { @@ -115,7 +114,6 @@ mkDerivation rec { geos gsl hdf5 - libspatialindex libspatialite libzip netcdf @@ -159,6 +157,9 @@ mkDerivation rec { "-DWITH_PDAL=True" "-DENABLE_TESTS=False" "-DQT_PLUGINS_DIR=${qtbase}/${qtbase.qtPluginPrefix}" + + # See https://github.com/libspatialindex/libspatialindex/issues/276 + "-DWITH_INTERNAL_SPATIALINDEX=True" ] ++ lib.optional (!withWebKit) "-DWITH_QTWEBKIT=OFF" ++ lib.optional withServer [