From 145b28d89928b49544664107f520aaf9a233c4b7 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Thu, 28 Nov 2024 08:39:07 +0100 Subject: [PATCH] qgis: use default python version --- pkgs/applications/gis/qgis/unwrapped-ltr.nix | 4 ++-- pkgs/applications/gis/qgis/unwrapped.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/gis/qgis/unwrapped-ltr.nix b/pkgs/applications/gis/qgis/unwrapped-ltr.nix index bc807b7e1074..af4fdd4abb68 100644 --- a/pkgs/applications/gis/qgis/unwrapped-ltr.nix +++ b/pkgs/applications/gis/qgis/unwrapped-ltr.nix @@ -30,7 +30,7 @@ , postgresql , proj , protobuf -, python311 +, python3 , qca-qt5 , qscintilla , qt3d @@ -49,7 +49,7 @@ }: let - py = python311.override { + py = python3.override { self = py; packageOverrides = self: super: { pyqt5 = super.pyqt5.override { diff --git a/pkgs/applications/gis/qgis/unwrapped.nix b/pkgs/applications/gis/qgis/unwrapped.nix index 577dfdf5e17f..9b01df56622d 100644 --- a/pkgs/applications/gis/qgis/unwrapped.nix +++ b/pkgs/applications/gis/qgis/unwrapped.nix @@ -30,7 +30,7 @@ , postgresql , proj , protobuf -, python311 +, python3 , qca-qt5 , qscintilla , qt3d @@ -49,7 +49,7 @@ }: let - py = python311.override { + py = python3.override { self = py; packageOverrides = self: super: { pyqt5 = super.pyqt5.override {