Merge pull request #326285 from doronbehar/pkg/ayatana-webmail

ayatana-webmail: fix runtime by using Python 3.11
This commit is contained in:
❄️ 2024-07-11 09:16:05 -03:00 committed by GitHub
commit d86efb9323
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
, fetchFromGitHub
, gettext
, gtk3
, python3Packages
, python311Packages
, gdk-pixbuf
, libnotify
, glib
@ -16,6 +16,10 @@
, libcanberra-gtk3
}:
let
# https://github.com/AyatanaIndicators/ayatana-webmail/issues/38
python3Packages = python311Packages;
in
python3Packages.buildPythonApplication rec {
pname = "ayatana-webmail";
version = "22.12.15";