guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: simple-scan: Remove input labels.


From: guix-commits
Subject: 14/15: gnu: simple-scan: Remove input labels.
Date: Thu, 6 Jan 2022 20:47:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit be6db7e5e583d9d7a2cb28a40d045a4be552128f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jan 7 02:46:59 2022 +0100

    gnu: simple-scan: Remove input labels.
    
    * gnu/packages/gnome.scm (simple-scan)[native-inputs, inputs]:
    Remove input labels.
---
 gnu/packages/gnome.scm | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a472e66358..cff4d37dd5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6685,22 +6685,22 @@ USB transfers with your high-level application or 
system daemon.")
     (arguments
      `(#:meson ,meson-0.59         ;positional arguments error with meson 0.60
        #:glib-or-gtk? #t))
-    (inputs
-     `(("gtk" ,gtk+)
-       ("zlib" ,zlib)
-       ("cairo" ,cairo)
-       ("colord" ,colord)
-       ("gdk-pixbuf" ,gdk-pixbuf)
-       ("gusb" ,gusb)
-       ("libhandy" ,libhandy)
-       ("libsane" ,sane-backends)))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("itstool" ,itstool)
-       ("glib" ,glib "bin")             ; glib-compile-schemas, etc.
-       ("pkg-config" ,pkg-config)
-       ("vala" ,vala)
-       ("xmllint" ,libxml2)))
+     (list gettext-minimal
+           itstool
+           `(,glib "bin")               ; glib-compile-schemas, etc.
+           pkg-config
+           vala
+           libxml2))
+    (inputs
+     (list gtk+
+           zlib
+           cairo
+           colord
+           gdk-pixbuf
+           gusb
+           libhandy
+           sane-backends))
     (home-page "https://gitlab.gnome.org/GNOME/simple-scan";)
     (synopsis "Document and image scanner")
     (description



reply via email to

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