Unverified Commit bf6402fc authored by Franz Pletz's avatar Franz Pletz
Browse files

qgis: pin to python 3.11

Grass depends on Python 3.11 as wxwidgets doesn't support Python 3.12.
parent 1e0e33c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;