qgis: 3.44.3 -> 3.44.4

This commit is contained in:
Augustin Trancart
2025-11-07 23:46:52 +01:00
parent 80a4cd3b31
commit dbf0923e55

View File

@@ -21,7 +21,6 @@
grass, grass,
gsl, gsl,
hdf5, hdf5,
libspatialindex,
libspatialite, libspatialite,
libzip, libzip,
netcdf, netcdf,
@@ -82,14 +81,14 @@ let
]; ];
in in
mkDerivation rec { mkDerivation rec {
version = "3.44.3"; version = "3.44.4";
pname = "qgis-unwrapped"; pname = "qgis-unwrapped";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "qgis"; owner = "qgis";
repo = "QGIS"; repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}"; rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-g7ZdNLal16b0Fbq492mPpOiNkYc3Bm4c7INWX+2e7H8="; hash = "sha256-G9atxBBANlUDGl39bkwTo6L04/+0o5A5ake4KvIY70E=";
}; };
passthru = { passthru = {
@@ -115,7 +114,6 @@ mkDerivation rec {
geos geos
gsl gsl
hdf5 hdf5
libspatialindex
libspatialite libspatialite
libzip libzip
netcdf netcdf
@@ -159,6 +157,9 @@ mkDerivation rec {
"-DWITH_PDAL=True" "-DWITH_PDAL=True"
"-DENABLE_TESTS=False" "-DENABLE_TESTS=False"
"-DQT_PLUGINS_DIR=${qtbase}/${qtbase.qtPluginPrefix}" "-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 (!withWebKit) "-DWITH_QTWEBKIT=OFF"
++ lib.optional withServer [ ++ lib.optional withServer [