12 pname = "maia-icon-theme";
13 version = "2018-02-24";
15 src = fetchFromGitLab {
16 domain = "gitlab.manjaro.org";
20 rev = "b61312cc80cb9d12b0d8a55b3e61668eb6b77d2d";
21 sha256 = "1g98snlh96z4sqw9sfd7fxgamh45pcj3lh1kcmng7mirvrcn2pam";
32 propagatedBuildInputs = [
36 dontDropIconThemeCache = true;
38 dontWrapQtApps = true;
41 for theme in $out/share/icons/*; do
42 gtk-update-icon-cache $theme
47 description = "Icons based on Breeze and Super Flat Remix";
48 homepage = "https://gitlab.manjaro.org/artwork/themes/maia";
49 license = licenses.lgpl3;
50 maintainers = with maintainers; [ mounium ];
51 platforms = platforms.all;