1 { lib, stdenvNoCC, fetchFromGitHub, meson, ninja, python3, gtk3, pantheon, gnome-icon-theme, hicolor-icon-theme }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "faba-icon-theme";
7 src = fetchFromGitHub {
8 owner = "moka-project";
9 repo = "faba-icon-theme";
11 sha256 = "0xh6ppr73p76z60ym49b4d0liwdc96w41cc5p07d48hxjsa6qd6n";
21 propagatedBuildInputs = [
22 pantheon.elementary-icon-theme
27 dontDropIconThemeCache = true;
30 patchShebangs meson/post_install.py
34 description = "Sexy and modern icon theme with Tango influences";
35 homepage = "https://snwh.org/moka";
36 license = with licenses; [ cc-by-sa-40 gpl3 ];
37 platforms = platforms.all;
38 maintainers = with maintainers; [ romildo ];