gnome-themes-extra: build GTK icon cache

This commit is contained in:
José Romildo Malaquias 2018-10-02 18:44:29 -03:00
parent c3bae60e23
commit 83efc39766

View File

@ -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;