guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 01/03: gnu: adwaita-icon-theme: Fix the conditional native input.
Date: Fri, 26 Nov 2021 01:15:07 -0500 (EST)

apteryx pushed a commit to branch core-updates-frozen
in repository guix.

commit b1dd71c0b3db65409854506208efb4bdd72dd4d3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Nov 25 23:49:21 2021 -0500

    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(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 804e714..4529928 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]