From b1dd71c0b3db65409854506208efb4bdd72dd4d3 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 25 Nov 2021 23:49:21 -0500 Subject: 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. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 804e714434..4529928840 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 -- cgit v1.2.3