mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: samba: Fix corrupted man pages.
* gnu/packages/samba.scm (samba) [native-inputs]: Replace docbook-xsl with docbook-xsl-next.
This commit is contained in:
parent
0ab4996b3e
commit
62048ff9fc
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ (define-public samba
|
|||
python-pyasn1 ;for krb5 tests
|
||||
;; For generating man pages.
|
||||
docbook-xml-4.2
|
||||
docbook-xsl
|
||||
docbook-xsl-next ;otherwise the man pages are corrupted
|
||||
libxslt
|
||||
libxml2)) ;for XML_CATALOG_FILES
|
||||
(home-page "https://www.samba.org/")
|
||||
|
|
Loading…
Reference in a new issue