redshift, liferea: remove the extra cache file
They're not really useful and cause collisions in envs.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user