10 stdenvNoCC.mkDerivation rec {
11 pname = "humanity-icon-theme";
15 url = "https://launchpad.net/ubuntu/+archive/primary/+files/${pname}_${version}.tar.xz";
16 sha256 = "sha256-AyHl4zMyFE2/5Cui3Y/SB1yEUuyafDdybFPrafo4Ki0=";
23 propagatedBuildInputs = [
28 dontDropIconThemeCache = true;
33 mkdir -p $out/share/icons
34 cp -a Humanity* $out/share/icons
35 rm $out/share/icons/*/{AUTHORS,CONTRIBUTORS,COPYING}
37 for theme in $out/share/icons/*; do
38 gtk-update-icon-cache $theme
45 description = "Humanity icons from Ubuntu";
46 homepage = "https://launchpad.net/humanity/";
47 license = licenses.gpl2;
48 platforms = platforms.unix;
49 maintainers = [ maintainers.romildo ];