gcdemu: fix tray icon on wayland

This commit is contained in:
Lan Tian 2025-06-08 22:18:13 -07:00
parent ac300460e0
commit 15392a8760
No known key found for this signature in database
GPG key ID: 04E66B6B25A0862B

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 ];