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
|
||||
`(#: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
|
||||
|
|
Loading…
Reference in a new issue