14 stdenv.mkDerivation rec {
15 pname = "materia-theme";
18 src = fetchFromGitHub {
22 sha256 = "1fsicmcni70jkl4jb3fvh7yv0v9jhb8nwjzdq8vfwn256qyk0xvl";
25 nativeBuildInputs = [ meson ninja sassc ];
27 buildInputs = [ gnome-themes-extra gdk-pixbuf librsvg ];
29 propagatedUserEnvPkgs = [ gtk-engine-murrine ];
32 "-Dgnome_shell_version=${lib.versions.majorMinor gnome-shell.version}"
36 rm $out/share/themes/*/COPYING
40 description = "Material Design theme for GNOME/GTK based desktop environments";
41 homepage = "https://github.com/nana-4/materia-theme";
42 license = licenses.gpl2Only;
43 platforms = platforms.all;
44 maintainers = [ maintainers.mounium ];