gnu: delft-icon-theme: Fix broken icons.
authorLeo Prikler <leo.prikler@student.tugraz.at>
Sun, 8 Dec 2019 23:57:11 +0000 (00:57 +0100)
committerBrett Gilio <brettg@posteo.net>
Tue, 10 Dec 2019 04:38:24 +0000 (22:38 -0600)
* gnu/packages/gnome-xyz (delft-icon-theme): Inherit from Adwaita instead of
  using the (non-existing) GNOME theme.

Signed-off-by: Brett Gilio <brettg@posteo.net>
gnu/packages/gnome-xyz.scm

index 760131b..bc5e404 100644 (file)
@@ -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")