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
parent
68d47844b1
commit
b1dd71c0b3
|
@ -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,
|
||||
;; available on x86_64 only.
|
||||
`(,@(if (target-64bit?)
|
||||
(list "gtk-encode-symbolic-svg" gtk+ "bin")
|
||||
`(("gtk-encode-symbolic-svg" ,gtk+ "bin"))
|
||||
'())))))
|
||||
|
||||
(define-public tango-icon-theme
|
||||
|
|
Reference in New Issue