15 stdenv.mkDerivation rec {
16 pname = "tango-icon-theme";
20 url = "http://tango.freedesktop.org/releases/tango-icon-theme-${version}.tar.gz";
21 sha256 = "13n8cpml71w6zfm2jz5fa7r1z18qlzk4gv07r6n1in2p5l1xi63f";
24 patches = [ ./rsvg-convert.patch ];
35 propagatedBuildInputs = [
39 # still missing parent icon themes: cristalsvg
41 dontDropIconThemeCache = true;
43 configureFlags = [ "--enable-png-creation" ];
45 postInstall = '''${gtk.out}/bin/gtk-update-icon-cache' "$out/share/icons/Tango" '';
48 description = "Basic set of icons";
49 homepage = "https://tango.freedesktop.org/Tango_Icon_Library";
50 platforms = platforms.linux;
51 license = licenses.publicDomain;