webcord: add libnotify to runtime dependencies

This fixes notifications not showing.
This commit is contained in:
Cassandra Choi
2024-01-10 01:13:47 -05:00
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