diff options
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/xml.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index f3332ba4e4d..e587fcaa0d6 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm | |||
| @@ -377,14 +377,15 @@ formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.") | |||
| 377 | #~'()))) | 377 | #~'()))) |
| 378 | (home-page "http://xmlsoft.org/XSLT/index.html") | 378 | (home-page "http://xmlsoft.org/XSLT/index.html") |
| 379 | (synopsis "C library for applying XSLT stylesheets to XML documents") | 379 | (synopsis "C library for applying XSLT stylesheets to XML documents") |
| 380 | (native-inputs (list pkg-config)) | ||
| 380 | (inputs | 381 | (inputs |
| 381 | (list libgcrypt | 382 | (list libgcrypt |
| 382 | libxml2 | 383 | libxml2 ;TODO: Remove after propagated |
| 383 | python-minimal-wrapper | 384 | python-minimal-wrapper |
| 384 | zlib | 385 | zlib |
| 385 | xz)) | 386 | xz)) |
| 386 | (native-inputs | 387 | ;; TODO: Uncomment in an upcoming world rebuild |
| 387 | (list pkg-config)) | 388 | ;;(propagated-inputs (list libxml2)) ;libxml2-0.pc 'Requires' it |
| 388 | (native-search-paths %libxslt-search-paths) | 389 | (native-search-paths %libxslt-search-paths) |
| 389 | (description | 390 | (description |
| 390 | "Libxslt is an XSLT C library developed for the GNOME project. It is | 391 | "Libxslt is an XSLT C library developed for the GNOME project. It is |
