1 { lib, stdenv, fetchFromGitHub, pkg-config, gdk-pixbuf, optipng, librsvg, gtk3, pantheon, adwaita-icon-theme, gnome-icon-theme, hicolor-icon-theme }:
3 stdenv.mkDerivation rec {
4 pname = "elementary-xfce-icon-theme";
7 src = fetchFromGitHub {
8 owner = "shimmerproject";
9 repo = "elementary-xfce";
11 sha256 = "sha256-k7Bs+IyA+hHR5j17gzeL5PHlRxyKFc0wGH/MjJLDrjk=";
22 propagatedBuildInputs = [
23 pantheon.elementary-icon-theme
29 dontDropIconThemeCache = true;
32 substituteInPlace svgtopng/Makefile --replace "-O0" "-O"
40 description = "Elementary icons for Xfce and other GTK desktops like GNOME";
41 homepage = "https://github.com/shimmerproject/elementary-xfce";
42 license = licenses.gpl2;
43 # darwin cannot deal with file names differing only in case
44 platforms = platforms.linux;
45 maintainers = with maintainers; [ ] ++ teams.xfce.members;