guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: Re-instate "gnu: samba: Fix corrupted man pages."


From: guix-commits
Subject: 02/02: Re-instate "gnu: samba: Fix corrupted man pages."
Date: Tue, 27 Sep 2022 15:47:12 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 16f535713ed91c26817dc645a5b920b5e6f3d3f4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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

[Prev in Thread] Current Thread [Next in Thread]