From 47f25fae446e51d5229fe0386231d7446963b6cb Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Sun, 18 Feb 2018 17:16:49 +0100 Subject: redshift, liferea: remove the extra cache file They're not really useful and cause collisions in envs. --- pkgs/applications/misc/redshift/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pkgs/applications/misc/redshift') diff --git a/pkgs/applications/misc/redshift/default.nix b/pkgs/applications/misc/redshift/default.nix index 9871c559523c..c0e481ae8788 100644 --- a/pkgs/applications/misc/redshift/default.nix +++ b/pkgs/applications/misc/redshift/default.nix @@ -41,7 +41,10 @@ stdenv.mkDerivation rec { pythonPath = [ pygobject3 pyxdg ]; preConfigure = "./bootstrap"; - postFixup = "wrapPythonPrograms"; + postFixup = '' + wrapPythonPrograms + rm "$out/share/icons/hicolor/icon-theme.cache" + ''; enableParallelBuilding = true; -- cgit 1.4.1