gnu: malcontent: Remove input labels.

* gnu/packages/freedesktop.scm (malcontent)[native-inputs]: Remove input
labels.
This commit is contained in:
Efraim Flashner 2023-08-16 20:20:48 +03:00
parent 32295c4612
commit 22bba8297a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -360,15 +360,15 @@ (define-public malcontent
(("g_test_add_func \\(\"/app-filter/appinfo\", test_app_filter_appinfo\\);")
"")))))))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)
("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("gtk:bin" ,gtk "bin")
("itstool" ,itstool)
("libglib-testing" ,libglib-testing)
("libxml2" ,libxml2)
("pkg-config" ,pkg-config)))
(list desktop-file-utils
gettext-minimal
`(,glib "bin")
gobject-introspection
`(,gtk "bin")
itstool
libglib-testing
libxml2
pkg-config))
(inputs
(list accountsservice
appstream