Merge pull request #279306 from BobobUnicorn/webcord-notify

webcord: add libnotify; fix notifications
This commit is contained in:
Thiago Kenji Okada 2024-01-10 07:48:59 +00:00 committed by GitHub
commit 0daf606e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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