about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2024-01-10 07:48:59 +0000
committerGitHub <noreply@github.com>2024-01-10 07:48:59 +0000
commit0daf606e3a7936223d503bacdac437ccef39e0a5 (patch)
treed3b261ee7725fa4cea0b44ef808a81bd22399621 /pkgs/applications
parent1892682ab5a5afc665f8e005bfc8ad52e1b2a49d (diff)
parentefb47accfef830759005330bd8f8be1eda5f16c7 (diff)
Merge pull request #279306 from BobobUnicorn/webcord-notify
webcord: add libnotify; fix notifications
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/webcord/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/webcord/default.nix b/pkgs/applications/networking/instant-messengers/webcord/default.nix
index 6549c533c26fd..5e76ac99e2770 100644
--- a/pkgs/applications/networking/instant-messengers/webcord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/webcord/default.nix
@@ -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