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,
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 [