mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue