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 <brettg@posteo.net>
This commit is contained in:
Leo Prikler 2019-12-09 00:57:11 +01:00 committed by Brett Gilio
parent 96e1866605
commit 1ea509fb00
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE

View 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")