guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: samba: Fix corrupted man pages."


From: guix-commits
Subject: branch master updated: Revert "gnu: samba: Fix corrupted man pages."
Date: Tue, 27 Sep 2022 15:39:20 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 968ec0a870 Revert "gnu: samba: Fix corrupted man pages."
968ec0a870 is described below

commit 968ec0a87032b10f2a81597b6ede7a511e43631f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Sep 27 15:38:10 2022 -0400

    Revert "gnu: samba: Fix corrupted man pages."
    
    This reverts commit 62048ff9fcfbe3fc790a7207fc5f6f3e0476a02a.  This caused a
    half world rebuild (9K packages).
---
 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 35d15667b6..fdcd6ec991 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-next             ;otherwise the man pages are corrupted
+           docbook-xsl
            libxslt
            libxml2))                    ;for XML_CATALOG_FILES
     (home-page "https://www.samba.org/";)



reply via email to

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