diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-27 14:08:34 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-27 14:09:50 -0400 |
commit | 62048ff9fcfbe3fc790a7207fc5f6f3e0476a02a (patch) | |
tree | 6fc35964da29192b9730e773f1c7e80706bcbf66 /gnu | |
parent | 0ab4996b3ecb324b923585077fee716193526ac1 (diff) | |
download | guix-62048ff9fcfbe3fc790a7207fc5f6f3e0476a02a.tar.gz |
gnu: samba: Fix corrupted man pages.
* gnu/packages/samba.scm (samba) [native-inputs]: Replace docbook-xsl with docbook-xsl-next.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/samba.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index fdcd6ec991..35d15667b6 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -275,7 +275,7 @@ external dependencies.") 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/") |