13 stdenv.mkDerivation rec {
14 pname = "numix-gtk-theme";
15 version = "unstable-2021-06-08";
17 src = fetchFromGitHub {
18 repo = "numix-gtk-theme";
19 owner = "numixproject";
20 rev = "ad4b345cb19edba96bec72d6dc97ed1b568755a8";
21 hash = "sha256-7KX5xC6Gr6azqL2qyc8rYb3q9UhcGco2uEfltsQ+mgo=";
31 propagatedUserEnvPkgs = [ gtk-engine-murrine ];
34 substituteInPlace Makefile --replace '$(DESTDIR)'/usr $out
38 passthru.updateScript = gitUpdater { };
41 description = "Modern flat theme with a combination of light and dark elements (GNOME, Unity, Xfce and Openbox)";
42 homepage = "https://numixproject.github.io";
43 license = lib.licenses.gpl3Plus;
44 platforms = lib.platforms.all;
45 maintainers = [ lib.maintainers.romildo ];