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 {