gnu: gtk-doc: Remove input labels.

* gnu/packages/gtk.scm (gtk-doc)[native-inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2022-08-12 23:19:53 +02:00
parent 625bfd4257
commit fd01278236
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2244,13 +2244,13 @@ (define-public gtk-doc
`("GUIX_PYTHONPATH" ":" prefix (,(getenv "GUIX_PYTHONPATH")))))
(find-files (string-append out "/bin")))))))))
(native-inputs
`(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("itstool" ,itstool)
("perl" ,perl)
("pkg-config" ,pkg-config)
("python-wrapper" ,python-wrapper)))
(list gettext-minimal
`(,glib "bin")
gobject-introspection
itstool
perl
pkg-config
python-wrapper))
(inputs
(list bc
dblatex