mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: simple-scan: Remove input labels.
* gnu/packages/gnome.scm (simple-scan)[native-inputs, inputs]: Remove input labels.
This commit is contained in:
parent
3c43f1490b
commit
be6db7e5e5
1 changed files with 15 additions and 15 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue