paper-icon-theme: build GTK icon cache for Paper-Mono-Dark
This commit is contained in:
parent
50795f37c6
commit
3a7ae58f96
@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs meson/post_install.py
|
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; {
|
meta = with stdenv.lib; {
|
||||||
description = "Modern icon theme designed around bold colours and simple geometric shapes";
|
description = "Modern icon theme designed around bold colours and simple geometric shapes";
|
||||||
homepage = https://snwh.org/paper;
|
homepage = https://snwh.org/paper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user