qgis: use default python version (#359758)
This commit is contained in:
commit
87e00e577b
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user