mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
tango-icon-theme: add cache file
After discussion at https://github.com/NixOS/nixpkgs/commit/aae9e49cbc0c8#commitcomment-13041853
This commit is contained in:
parent
d18c7c8ae4
commit
409f8515fd
@ -1,4 +1,6 @@
|
||||
{ stdenv, fetchurl, intltool, pkgconfig, iconnamingutils, imagemagick, librsvg }:
|
||||
{ stdenv, fetchurl, intltool, pkgconfig, iconnamingutils, imagemagick, librsvg
|
||||
, gtk/*any version*/
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "tango-icon-theme-0.8.90";
|
||||
@ -14,6 +16,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = "--enable-png-creation";
|
||||
|
||||
postInstall = '''${gtk}/bin/gtk-update-icon-cache' "$out/share/icons/Tango" '';
|
||||
|
||||
meta = {
|
||||
description = "A basic set of icons";
|
||||
homepage = http://tango.freedesktop.org/Tango_Icon_Library;
|
||||
|
Loading…
Reference in New Issue
Block a user