gnu: libxslt: Remove input labels.

* gnu/packages/xml.scm (libxslt)[inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2022-06-26 01:22:44 +02:00
parent 8fb519c9bc
commit 9a1a20842c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -356,11 +356,12 @@ (define-public libxslt
"$(info Python tests are disabled by Guix.)")))))))
(home-page "http://xmlsoft.org/XSLT/index.html")
(synopsis "C library for applying XSLT stylesheets to XML documents")
(inputs `(("libgcrypt" ,libgcrypt)
("libxml2" ,libxml2)
("python" ,python-minimal-wrapper)
("zlib" ,zlib)
("xz" ,xz)))
(inputs
(list libgcrypt
libxml2
python-minimal-wrapper
zlib
xz))
(native-inputs
(list pkg-config))
(description