From 1ea509fb0090db52f1b513564cd3186301691b3b Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Mon, 9 Dec 2019 00:57:11 +0100 Subject: gnu: delft-icon-theme: Fix broken icons. * gnu/packages/gnome-xyz (delft-icon-theme): Inherit from Adwaita instead of using the (non-existing) GNOME theme. Signed-off-by: Brett Gilio --- gnu/packages/gnome-xyz.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/gnome-xyz.scm') diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 760131b83d..bc5e4047dd 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -100,6 +100,8 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.") (begin (use-modules (guix build utils)) (copy-recursively (assoc-ref %build-inputs "source") "icons") + (substitute* "icons/Delft/index.theme" + (("gnome") "Adwaita")) (delete-file "icons/README.md") (delete-file "icons/LICENSE") (delete-file "icons/logo.jpg") -- cgit v1.2.3