blueberry: add missing libnotify

ref: https://github.com/NixOS/nixpkgs/issues/234833
This commit is contained in:
Bobby Rong 2023-05-30 13:20:43 +08:00
parent 4e37b4e55b
commit 990e429f06
No known key found for this signature in database

View File

@ -6,6 +6,7 @@
, gnome
, gobject-introspection
, intltool
, libnotify
, pavucontrol
, python3Packages
, util-linux
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
bluez-tools
cinnamon.xapp
gnome.gnome-bluetooth_1_0
libnotify
python3Packages.python
util-linux
];