quaternion: get rid of superfluous icon-theme.cache
This commit is contained in:
parent
8356c6ca2f
commit
12d44c093d
@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
substituteInPlace $out/share/applications/quaternion.desktop \
|
||||
--replace 'Exec=quaternion' "Exec=$out/bin/quaternion"
|
||||
|
||||
rm $out/share/icons/hicolor/icon-theme.cache
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user