qgis-ltr: 3.40.11 -> 3.40.12

This commit is contained in:
Augustin Trancart
2025-11-07 23:47:43 +01:00
parent 80a4cd3b31
commit 685d1e79f7

View File

@@ -22,7 +22,6 @@
gsl,
hdf5,
libpq,
libspatialindex,
libspatialite,
libzip,
netcdf,
@@ -82,14 +81,14 @@ let
];
in
mkDerivation rec {
version = "3.40.11";
version = "3.40.12";
pname = "qgis-ltr-unwrapped";
src = fetchFromGitHub {
owner = "qgis";
repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-HjdOLG/x8qXTDlMKW6+jBuwi+36rBkBFM1OCe3BcjWY=";
hash = "sha256-QsAiE3HC71lGsdUKW9QZ5gCLCRsOCCM2IR3MKJlJ0vk=";
};
passthru = {
@@ -116,7 +115,6 @@ mkDerivation rec {
gsl
hdf5
libpq
libspatialindex
libspatialite
libzip
netcdf
@@ -163,6 +161,9 @@ mkDerivation rec {
# Remove for QGIS 3.42
"-DCMAKE_POLICY_DEFAULT_CMP0175=OLD"
"-DCMAKE_POLICY_DEFAULT_CMP0177=OLD"
# See https://github.com/libspatialindex/libspatialindex/issues/276
"-DWITH_INTERNAL_SPATIALINDEX=True"
]
++ lib.optional (!withWebKit) "-DWITH_QTWEBKIT=OFF"
++ lib.optional withServer [