diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-27 15:45:29 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-27 15:45:29 -0400 |
commit | 16f535713ed91c26817dc645a5b920b5e6f3d3f4 (patch) | |
tree | b42a58ababf9dc5568b38b41fbc47ab266d25247 /gnu/packages/samba.scm | |
parent | 2e5d79aca239c10074032b19dfa08da6dab7bd20 (diff) | |
download | guix-16f535713ed91c26817dc645a5b920b5e6f3d3f4.tar.gz |
Re-instate "gnu: samba: Fix corrupted man pages."
This reverts commit 968ec0a87, which was itself a revert of 62048ff9fc.
Diffstat (limited to 'gnu/packages/samba.scm')
-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 739aeae369..7993b33f8c 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/") |