qgis: use default python version

This commit is contained in:
Ivan Mincik 2024-11-28 08:39:07 +01:00
parent 6b88838224
commit 145b28d899
2 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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 {