about summary refs log tree commit diff
path: root/pkgs/applications/networking/newsreaders
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-06-07 09:21:20 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-06-07 09:21:20 +0200
commitd57ef6b523838cf161dbc9fb01173caf3e84954b (patch)
tree920d1346721843494d203c2dfb9b824219f046bc /pkgs/applications/networking/newsreaders
parent646ee283e803ca2daa90b2ba507928ec661f58f6 (diff)
liferea: fix build problem hidden by #7524
Diffstat (limited to 'pkgs/applications/networking/newsreaders')
-rw-r--r--pkgs/applications/networking/newsreaders/liferea/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/networking/newsreaders/liferea/default.nix b/pkgs/applications/networking/newsreaders/liferea/default.nix
index 26078c8e58303..b260be42d5b5b 100644
--- a/pkgs/applications/networking/newsreaders/liferea/default.nix
+++ b/pkgs/applications/networking/newsreaders/liferea/default.nix
@@ -28,8 +28,6 @@ stdenv.mkDerivation rec {
   ];
 
   preFixup = ''
-    rm $out/share/icons/hicolor/icon-theme.cache
-
     for f in "$out"/bin/*; do
       wrapProgram "$f" \
         --prefix PYTHONPATH : "$(toPythonPath $out):$(toPythonPath ${pygobject3})" \