mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: libxslt: Remove input labels.
* gnu/packages/xml.scm (libxslt)[inputs]: Remove labels.
This commit is contained in:
parent
8fb519c9bc
commit
9a1a20842c
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue