guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#38540] [PATCH] gnu: Fix broken icons in Delft.


From: Leo Prikler
Subject: [bug#38540] [PATCH] gnu: Fix broken icons in Delft.
Date: Mon, 9 Dec 2019 00:57:11 +0100

* gnu/packages/gnome-xyz (delft-icon-theme): Inherit from Adwaita instead of
using the (non-existing) gnome theme.
---
 gnu/packages/gnome-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 80870fd25d..85d53653ba 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -101,6 +101,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")
-- 
2.24.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]