gnu: libxslt: Remove input labels.
* gnu/packages/xml.scm (libxslt)[inputs]: Remove labels.
This commit is contained in:
parent
8fb519c9bc
commit
9a1a20842c
@ -356,11 +356,12 @@ formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.")
|
|||||||
"$(info Python tests are disabled by Guix.)")))))))
|
"$(info Python tests are disabled by Guix.)")))))))
|
||||||
(home-page "http://xmlsoft.org/XSLT/index.html")
|
(home-page "http://xmlsoft.org/XSLT/index.html")
|
||||||
(synopsis "C library for applying XSLT stylesheets to XML documents")
|
(synopsis "C library for applying XSLT stylesheets to XML documents")
|
||||||
(inputs `(("libgcrypt" ,libgcrypt)
|
(inputs
|
||||||
("libxml2" ,libxml2)
|
(list libgcrypt
|
||||||
("python" ,python-minimal-wrapper)
|
libxml2
|
||||||
("zlib" ,zlib)
|
python-minimal-wrapper
|
||||||
("xz" ,xz)))
|
zlib
|
||||||
|
xz))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user