gruvbox-gtk-theme: drop dependency on gnome-shell, mutter and many more

The makefile just defaults to the newest gnome version when it can't
find gnome-shell which is probably good enough for us.
This commit is contained in:
Sandro Jäckel 2024-08-01 00:52:44 +02:00
parent 2506c28028
commit 2638e899c0
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -2,7 +2,6 @@
lib,
stdenvNoCC,
fetchFromGitHub,
gnome,
sassc,
gnome-themes-extra,
gtk-engine-murrine,
@ -32,7 +31,7 @@ stdenvNoCC.mkDerivation {
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
nativeBuildInputs = [ gnome.gnome-shell sassc ];
nativeBuildInputs = [ sassc ];
buildInputs = [ gnome-themes-extra ];
dontBuild = true;