hicolor-icon-theme: Move to data/icons

This commit is contained in:
Eelco Dolstra
2013-08-15 16:53:40 +02:00
parent 91bb940160
commit 50b2e52988
2 changed files with 1 additions and 1 deletions
@@ -1,16 +0,0 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "hicolor-icon-theme-0.12";
src = fetchurl {
url = "http://icon-theme.freedesktop.org/releases/${name}.tar.gz";
sha256 = "0wzc7g4ldb2l8zc0x2785ck808c03i857jji942ikakyc68adp4y";
};
meta = {
description = "Default fallback theme used by implementations of the icon theme specification";
homepage = http://icon-theme.freedesktop.org/releases/;
platforms = stdenv.lib.platforms.linux;
};
}