From 5bdcce69a6255a144eba8002b37e5fbe8e0bef3e Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Tue, 9 Jul 2024 14:10:01 +0200 Subject: [PATCH] qgis-ltr: pin to python 3.11 Grass depends on Python 3.11 as wxwidgets doesn't support Python 3.12. --- pkgs/applications/gis/qgis/unwrapped-ltr.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/gis/qgis/unwrapped-ltr.nix b/pkgs/applications/gis/qgis/unwrapped-ltr.nix index 351529415025..c1d334909e1f 100644 --- a/pkgs/applications/gis/qgis/unwrapped-ltr.nix +++ b/pkgs/applications/gis/qgis/unwrapped-ltr.nix @@ -29,7 +29,7 @@ , postgresql , proj , protobuf -, python3 +, python311 , qca-qt5 , qscintilla , qt3d @@ -48,7 +48,7 @@ }: let - py = python3.override { + py = python311.override { packageOverrides = self: super: { pyqt5 = super.pyqt5.override { withLocation = true;