From 3a7ae58f9662c16709c61d90c94fd909de6f8bb7 Mon Sep 17 00:00:00 2001 From: José Romildo Malaquias Date: Tue, 2 Oct 2018 18:42:18 -0300 Subject: paper-icon-theme: build GTK icon cache for Paper-Mono-Dark --- pkgs/data/icons/paper-icon-theme/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/data') diff --git a/pkgs/data/icons/paper-icon-theme/default.nix b/pkgs/data/icons/paper-icon-theme/default.nix index b16c9b076824..de808e44ea6c 100644 --- a/pkgs/data/icons/paper-icon-theme/default.nix +++ b/pkgs/data/icons/paper-icon-theme/default.nix @@ -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; -- cgit 1.4.1