gnome3.adwaita-icon-theme: do not drop icon theme cache
This commit is contained in:
parent
58362a4b1b
commit
50c048f937
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk3 ];
|
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk3 ];
|
||||||
|
|
||||||
|
dontDropIconThemeCache = true;
|
||||||
|
|
||||||
# remove a tree of dirs with no files within
|
# remove a tree of dirs with no files within
|
||||||
postInstall = '' rm -rf "$out/locale" '';
|
postInstall = '' rm -rf "$out/locale" '';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user