gcdemu: fix tray icon on wayland (#415194)

This commit is contained in:
Aleksana 2025-06-09 14:30:57 +08:00 committed by GitHub
commit 9fb01a41d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@
intltool,
adwaita-icon-theme,
gdk-pixbuf,
libappindicator-gtk3,
}:
python3Packages.buildPythonApplication {
@ -35,6 +36,7 @@ python3Packages.buildPythonApplication {
libnotify
adwaita-icon-theme
gdk-pixbuf
libappindicator-gtk3
];
propagatedBuildInputs = with python3Packages; [ pygobject3 ];