diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-27 15:38:10 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-27 15:38:10 -0400 |
commit | 968ec0a87032b10f2a81597b6ede7a511e43631f (patch) | |
tree | c4806986a7c6c754c604bca1721a878d59bb0e33 /gnu/packages/samba.scm | |
parent | 62048ff9fcfbe3fc790a7207fc5f6f3e0476a02a (diff) | |
download | guix-968ec0a87032b10f2a81597b6ede7a511e43631f.tar guix-968ec0a87032b10f2a81597b6ede7a511e43631f.tar.gz |
Revert "gnu: samba: Fix corrupted man pages."
This reverts commit 62048ff9fcfbe3fc790a7207fc5f6f3e0476a02a. This caused a
half world rebuild (9K packages).
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 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/") |