1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 10:10:31 +02: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:
Maxim Cournoyer
2022-09-27 14:08:34 -04:00
parent 0ab4996b3e
commit 62048ff9fc

View File

@@ -275,7 +275,7 @@ external dependencies.")
python-pyasn1 ;for krb5 tests python-pyasn1 ;for krb5 tests
;; For generating man pages. ;; For generating man pages.
docbook-xml-4.2 docbook-xml-4.2
docbook-xsl docbook-xsl-next ;otherwise the man pages are corrupted
libxslt libxslt
libxml2)) ;for XML_CATALOG_FILES libxml2)) ;for XML_CATALOG_FILES
(home-page "https://www.samba.org/") (home-page "https://www.samba.org/")