mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: drbd-utils: Fix corrupted man page.
* gnu/packages/cluster.scm (drbd-utils)[native-inputs]: Change from DOCBOOK-XSL to DOCBOOK-XSL-NEXT.
This commit is contained in:
parent
bddb43b422
commit
80305088b5
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ (define-public drbd-utils
|
|||
;; For the documentation.
|
||||
docbook-xml
|
||||
docbook-xml-4.4 ;used by documentation/ra2refentry.xsl
|
||||
docbook-xsl
|
||||
docbook-xsl-next
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt ;for xsltproc
|
||||
ruby-asciidoctor))
|
||||
|
|
Loading…
Reference in a new issue