gnome-themes-extra: build GTK icon cache

This commit is contained in:
José Romildo Malaquias
2018-11-12 21:05:25 -02:00
parent c3bae60e23
commit 83efc39766
@@ -21,6 +21,10 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig intltool ];
buildInputs = [ gtk3 librsvg pango atk gtk2 gdk_pixbuf gnome3.defaultIconTheme ];
postFixup = ''
gtk-update-icon-cache "$out"/share/icons/HighContrast
'';
meta = with stdenv.lib; {
platforms = platforms.linux;
maintainers = gnome3.maintainers;