paper-icon-theme: build GTK icon cache for Paper-Mono-Dark

This commit is contained in:
José Romildo Malaquias 2018-10-02 18:42:18 -03:00
parent 50795f37c6
commit 3a7ae58f96

View File

@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
patchShebangs meson/post_install.py
'';
postInstall = ''
# The cache for Paper-Mono-Dark is missing
gtk-update-icon-cache "$out"/share/icons/Paper-Mono-Dark;
'';
meta = with stdenv.lib; {
description = "Modern icon theme designed around bold colours and simple geometric shapes";
homepage = https://snwh.org/paper;