webcord: add libnotify to runtime dependencies
This fixes notifications not showing.
This commit is contained in:
committed by
Cassandra Choi
parent
63143ac2c9
commit
efb47accfe
@@ -5,6 +5,7 @@
|
||||
, python3
|
||||
, pipewire
|
||||
, libpulseaudio
|
||||
, libnotify
|
||||
, xdg-utils
|
||||
, electron_28
|
||||
, makeDesktopItem
|
||||
@@ -44,6 +45,7 @@ buildNpmPackage rec {
|
||||
libPath = lib.makeLibraryPath [
|
||||
libpulseaudio
|
||||
pipewire
|
||||
libnotify
|
||||
];
|
||||
binPath = lib.makeBinPath [ xdg-utils ];
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user