efraim pushed a commit to branch master
in repository guix.

commit 2ba263864b7b055a01d4d445089f03370eef1c3e
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Dec 14 15:32:26 2021 +0200

    gnu: quadrapassel: Remove input labels.
    
    * gnu/packages/games.scm (quadrapassel)[native-inputs]: Remove labels
    from inputs.
---
 gnu/packages/games.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e06946b..8cc879c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8215,13 +8215,13 @@ GameController.")
              (substitute* "build-aux/meson_post_install.py"
                (("gtk-update-icon-cache") (which "true"))))))))
     (native-inputs
-     `(("desktop-file-utils" ,desktop-file-utils) ;for desktop-file-validate
-       ("gettext" ,gettext-minimal)
-       ("glib" ,glib "bin")             ;for glib-compile-resources
-       ("itstool" ,itstool)
-       ("libxml2" ,libxml2)             ;for xmllint
-       ("pkg-config" ,pkg-config)
-       ("vala" ,vala)))
+     (list desktop-file-utils           ; for desktop-file-validate
+           gettext-minimal
+           (list glib "bin")            ; for glib-compile-resources
+           itstool
+           libxml2                      ; for xmllint
+           pkg-config
+           vala))
     (inputs
      (list clutter
            clutter-gtk

Reply via email to