guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: gnumeric: Remove input labels.


From: guix-commits
Subject: 03/05: gnu: gnumeric: Remove input labels.
Date: Sun, 5 Jun 2022 12:09:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ebd7627bbc5bdf48440957fcb0fa7d7019d5f5f3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:00 2022 +0200

    gnu: gnumeric: Remove input labels.
    
    * gnu/packages/gnome.scm (gnumeric)[native-inputs]:
    Remove input labels.
---
 gnu/packages/gnome.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b6e2e94111..90ee724290 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4173,12 +4173,12 @@ Hints specification (EWMH).")
            python-pygobject
            zlib))
     (native-inputs
-     `(("bison" ,bison)
-       ("docbook-xml" ,docbook-xml)
-       ("intltool" ,intltool)
-       ("itstool" ,itstool)
-       ("glib:bin" ,glib "bin")
-       ("pkg-config" ,pkg-config)))
+     (list bison
+           docbook-xml
+           `(,glib "bin")
+           intltool
+           itstool
+           pkg-config))
     (home-page "http://www.gnumeric.org";)
     (synopsis "Spreadsheet application")
     (description



reply via email to

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