gnu: malcontent: Remove input labels.
* gnu/packages/freedesktop.scm (malcontent)[native-inputs]: Remove input labels.
This commit is contained in:
parent
32295c4612
commit
22bba8297a
@ -360,15 +360,15 @@ tests.")
|
|||||||
(("g_test_add_func \\(\"/app-filter/appinfo\", test_app_filter_appinfo\\);")
|
(("g_test_add_func \\(\"/app-filter/appinfo\", test_app_filter_appinfo\\);")
|
||||||
"")))))))
|
"")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("desktop-file-utils" ,desktop-file-utils)
|
(list desktop-file-utils
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("glib:bin" ,glib "bin")
|
`(,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("gtk:bin" ,gtk "bin")
|
`(,gtk "bin")
|
||||||
("itstool" ,itstool)
|
itstool
|
||||||
("libglib-testing" ,libglib-testing)
|
libglib-testing
|
||||||
("libxml2" ,libxml2)
|
libxml2
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list accountsservice
|
(list accountsservice
|
||||||
appstream
|
appstream
|
||||||
|
Loading…
Reference in New Issue
Block a user