equilux-theme: drop gnome-themes-extra dependency
This does not change the resulting build.
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
gnome-shell,
|
gnome-shell,
|
||||||
gnome-themes-extra,
|
|
||||||
glib,
|
glib,
|
||||||
libxml2,
|
libxml2,
|
||||||
gtk-engine-murrine,
|
gtk-engine-murrine,
|
||||||
@@ -30,7 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gnome-themes-extra
|
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
librsvg
|
librsvg
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user