mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
ayatana-webmail: fix runtime by using Python 3.11
This commit is contained in:
parent
d4858e911e
commit
d1b9f91d13
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user