summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Stadig <paul@stadig.name>2023-07-23 22:19:02 -0400
committerGitHub <noreply@github.com>2023-07-24 10:19:02 +0800
commitfe89df18bf0e6136560fd81b17a7b92d7b87ca19 (patch)
tree34e2146cba12d7cf2a1ce70460a85ee043c81582
parent03f5806fdaad03086b334540f42e8a86c8b06424 (diff)
downloadnixpkgs-fe89df18bf0e6136560fd81b17a7b92d7b87ca19.tar
nixpkgs-fe89df18bf0e6136560fd81b17a7b92d7b87ca19.tar.gz
nixpkgs-fe89df18bf0e6136560fd81b17a7b92d7b87ca19.tar.bz2
nixpkgs-fe89df18bf0e6136560fd81b17a7b92d7b87ca19.tar.lz
nixpkgs-fe89df18bf0e6136560fd81b17a7b92d7b87ca19.tar.xz
nixpkgs-fe89df18bf0e6136560fd81b17a7b92d7b87ca19.tar.zst
nixpkgs-fe89df18bf0e6136560fd81b17a7b92d7b87ca19.zip
xfce.xfce4-pulseaudio-plugin: enable playing sound with volume change
When libcanberra is a build input to xfce4-pulseaudio-plugin it enables an option to play a sound with volume changes.

https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/merge_requests/15
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-pulseaudio-plugin/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-pulseaudio-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-pulseaudio-plugin/default.nix
index 83fb651fc58..fae9523bfe7 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-pulseaudio-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-pulseaudio-plugin/default.nix
@@ -3,6 +3,7 @@
 , automakeAddFlags
 , exo
 , gtk3
+, libcanberra
 , libpulseaudio
 , libnotify
 , libxfce4ui
@@ -32,6 +33,7 @@ mkXfceDerivation {
     glib
     gtk3
     keybinder3
+    libcanberra
     libnotify
     libpulseaudio
     libxfce4ui