From 3d7916824ea78eda67604d36fb7599ecb7c6b9f5 Mon Sep 17 00:00:00 2001 From: Johannes Frankenau Date: Mon, 16 Jul 2018 20:50:04 +0200 Subject: pulseeffects: depend on hicolor-icon-theme This avoids conflicts on `share/icons/hicolor/icon-theme.cache`. --- pkgs/applications/audio/pulseeffects/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/audio/pulseeffects/default.nix') diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix index 6a1237dd9b3..c9d4e5ccc5f 100644 --- a/pkgs/applications/audio/pulseeffects/default.nix +++ b/pkgs/applications/audio/pulseeffects/default.nix @@ -27,6 +27,7 @@ , zam-plugins , rubberband , mda_lv2 +, hicolor-icon-theme }: let @@ -75,6 +76,7 @@ in stdenv.mkDerivation rec { boost fftwFloat zita-convolver + hicolor-icon-theme ]; postPatch = '' -- cgit 1.4.1