quaternion: get rid of superfluous icon-theme.cache
This commit is contained in:
parent
8356c6ca2f
commit
12d44c093d
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue