mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
safeeyes: add libnotify to deps
This commit is contained in:
parent
35cbab94bc
commit
f319b16ab3
|
@ -1,4 +1,4 @@
|
|||
{ lib, python3Packages, gobjectIntrospection, libappindicator-gtk3, gtk3, gnome3, xprintidle-ng
|
||||
{ lib, python3Packages, gobjectIntrospection, libappindicator-gtk3, libnotify, gtk3, gnome3, xprintidle-ng
|
||||
}:
|
||||
|
||||
let inherit (python3Packages) python buildPythonApplication fetchPypi;
|
||||
|
@ -24,6 +24,7 @@ in buildPythonApplication rec {
|
|||
dbus-python
|
||||
|
||||
libappindicator-gtk3
|
||||
libnotify
|
||||
xprintidle-ng
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue