gnome-themes-extra: build GTK icon cache
This commit is contained in:
parent
c3bae60e23
commit
83efc39766
@ -21,6 +21,10 @@ in stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig intltool ];
|
nativeBuildInputs = [ pkgconfig intltool ];
|
||||||
buildInputs = [ gtk3 librsvg pango atk gtk2 gdk_pixbuf gnome3.defaultIconTheme ];
|
buildInputs = [ gtk3 librsvg pango atk gtk2 gdk_pixbuf gnome3.defaultIconTheme ];
|
||||||
|
|
||||||
|
postFixup = ''
|
||||||
|
gtk-update-icon-cache "$out"/share/icons/HighContrast
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = gnome3.maintainers;
|
maintainers = gnome3.maintainers;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user