gnu: simple-scan: Remove input labels.

* gnu/packages/gnome.scm (simple-scan)[native-inputs, inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-07 02:46:59 +01:00
parent 3c43f1490b
commit be6db7e5e5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6685,22 +6685,22 @@ (define-public simple-scan
(arguments (arguments
`(#:meson ,meson-0.59 ;positional arguments error with meson 0.60 `(#:meson ,meson-0.59 ;positional arguments error with meson 0.60
#:glib-or-gtk? #t)) #: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 (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal
("itstool" ,itstool) itstool
("glib" ,glib "bin") ; glib-compile-schemas, etc. `(,glib "bin") ; glib-compile-schemas, etc.
("pkg-config" ,pkg-config) pkg-config
("vala" ,vala) vala
("xmllint" ,libxml2))) libxml2))
(inputs
(list gtk+
zlib
cairo
colord
gdk-pixbuf
gusb
libhandy
sane-backends))
(home-page "https://gitlab.gnome.org/GNOME/simple-scan") (home-page "https://gitlab.gnome.org/GNOME/simple-scan")
(synopsis "Document and image scanner") (synopsis "Document and image scanner")
(description (description