mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
96e1866605
commit
1ea509fb00
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ (define-public delft-icon-theme
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue