brettgilio pushed a commit to branch master
in repository guix.

commit 1ea509fb0090db52f1b513564cd3186301691b3b
Author: Leo Prikler <[email protected]>
Date:   Mon Dec 9 00:57:11 2019 +0100

    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 <[email protected]>
---
 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 760131b..bc5e404 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")

Reply via email to