1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 19:11:46 +02:00

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
+6 -5
View File
@@ -356,11 +356,12 @@ formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.")
"$(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