me
/
guix
Archived
1
0
Fork 0

gnu: adwaita-icon-theme: Fix the conditional native input.

This is a follow up to commit 16afb35ac9.

* gnu/packages/gnome.scm (adwaita-icon-theme)[native-inputs]: Add an extra
layer of parenthesizes on the conditional input to be spliced.
master
Maxim Cournoyer 2021-11-25 23:49:21 -05:00
parent 68d47844b1
commit b1dd71c0b3
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -2959,7 +2959,7 @@ GNOME and KDE desktops to the icon names proposed in the specification.")
;; The following requires the SVG pixbuf loader, provided by librsvg, ;; The following requires the SVG pixbuf loader, provided by librsvg,
;; available on x86_64 only. ;; available on x86_64 only.
`(,@(if (target-64bit?) `(,@(if (target-64bit?)
(list "gtk-encode-symbolic-svg" gtk+ "bin") `(("gtk-encode-symbolic-svg" ,gtk+ "bin"))
'()))))) '())))))
(define-public tango-icon-theme (define-public tango-icon-theme