tango-icon-theme: add cache file

After discussion at
https://github.com/NixOS/nixpkgs/commit/aae9e49cbc0c8#commitcomment-13041853
This commit is contained in:
Vladimír Čunát 2015-09-09 09:25:24 +02:00
parent d18c7c8ae4
commit 409f8515fd

View File

@ -1,4 +1,6 @@
{ stdenv, fetchurl, intltool, pkgconfig, iconnamingutils, imagemagick, librsvg }: { stdenv, fetchurl, intltool, pkgconfig, iconnamingutils, imagemagick, librsvg
, gtk/*any version*/
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "tango-icon-theme-0.8.90"; name = "tango-icon-theme-0.8.90";
@ -14,6 +16,8 @@ stdenv.mkDerivation rec {
configureFlags = "--enable-png-creation"; configureFlags = "--enable-png-creation";
postInstall = '''${gtk}/bin/gtk-update-icon-cache' "$out/share/icons/Tango" '';
meta = { meta = {
description = "A basic set of icons"; description = "A basic set of icons";
homepage = http://tango.freedesktop.org/Tango_Icon_Library; homepage = http://tango.freedesktop.org/Tango_Icon_Library;