mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gcdemu: fix tray icon on wayland (#415194)
This commit is contained in:
commit
9fb01a41d7
1 changed files with 2 additions and 0 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue