mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gcdemu: fix tray icon on wayland
This commit is contained in:
parent
ac300460e0
commit
15392a8760
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
intltool,
|
intltool,
|
||||||
adwaita-icon-theme,
|
adwaita-icon-theme,
|
||||||
gdk-pixbuf,
|
gdk-pixbuf,
|
||||||
|
libappindicator-gtk3,
|
||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication {
|
python3Packages.buildPythonApplication {
|
||||||
|
|
||||||
|
@ -35,6 +36,7 @@ python3Packages.buildPythonApplication {
|
||||||
libnotify
|
libnotify
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
|
libappindicator-gtk3
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = with python3Packages; [ pygobject3 ];
|
propagatedBuildInputs = with python3Packages; [ pygobject3 ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue