diff options
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |