summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-04-03 13:52:59 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-04-03 13:52:59 +0200
commitfb818c536a0e6439630be333274dc148c4b7480f (patch)
treea20eef8238d9c28641e0daaa93db7f4d84941a01 /pkgs/top-level
parent4458697264cf0a56e63ed48c9d00dd982545b068 (diff)
downloadnixpkgs-fb818c536a0e6439630be333274dc148c4b7480f.tar
nixpkgs-fb818c536a0e6439630be333274dc148c4b7480f.tar.gz
nixpkgs-fb818c536a0e6439630be333274dc148c4b7480f.tar.bz2
nixpkgs-fb818c536a0e6439630be333274dc148c4b7480f.tar.lz
nixpkgs-fb818c536a0e6439630be333274dc148c4b7480f.tar.xz
nixpkgs-fb818c536a0e6439630be333274dc148c4b7480f.tar.zst
nixpkgs-fb818c536a0e6439630be333274dc148c4b7480f.zip
pulseeffects: 4.7.1 -> 4.7.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index cbe361b66a3..4e235a4654a 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -15749,7 +15749,9 @@ in
 
   libpulseaudio = libpulseaudio-vanilla;
 
-  pulseeffects = callPackage ../applications/audio/pulseeffects { };
+  pulseeffects = callPackage ../applications/audio/pulseeffects {
+    boost = boost172;
+  };
 
   tomcat_connectors = callPackage ../servers/http/apache-modules/tomcat-connectors { };