diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-27 16:05:24 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-27 16:07:21 -0400 |
commit | 1f7d94597f1e78776f854eeca46c03a3aded8466 (patch) | |
tree | 8228ad352ee7edcf7c4e3b0b8ffa8edc34543edb /gnu/packages/samba.scm | |
parent | d0f0de4bf69da33037d2c9316edd7a58fa8afa96 (diff) |
gnu: docbook-xsl: Replace with docbook-xsl-next.
* gnu/packages/docbook.scm (docbook-xsl): Replace with...
(docbook-xsl-next): ... this package, adding the missing home-page, synopsis,
description and license fields to the later, and removing the inheritance.
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 590f7c46686..a680a264136 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -278,7 +278,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/") |