apteryx pushed a commit to branch master
in repository guix.

commit 16f535713ed91c26817dc645a5b920b5e6f3d3f4
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Sep 27 15:45:29 2022 -0400

    Re-instate "gnu: samba: Fix corrupted man pages."
    
    This reverts commit 968ec0a87, which was itself a revert of 62048ff9fc.
---
 gnu/packages/samba.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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/";)

Reply via email to