From 55ce97b138197ec836b63b2b3481fdedc75c3ef7 Mon Sep 17 00:00:00 2001 From: Bruno Victal Date: Mon, 9 Oct 2023 21:06:37 +0100 Subject: gnu: alsa-utils: Build manpages. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/linux.scm (alsa-utils)[arguments]<#:configure-flags>: Re-enable xmlto for building manpages. [inputs]: Move xmlto to … [native-inputs]: … here and restyle. Add docbook-xml-4.2 and docbook-xsl. Signed-off-by: Maxim Cournoyer --- gnu/packages/linux.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cc87be5260..bbd08564d2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3066,10 +3066,7 @@ MIDI functionality to the Linux-based operating system.") "09m4dnn4kplawprd2bl15nwa0b4r1brab3x44ga7f1fyk7aw5zwq")))) (build-system gnu-build-system) (arguments - ;; XXX: Disable man page creation until we have DocBook. - '(#:configure-flags (list "--disable-xmlto" - - ;; The udev rule is responsible for restoring + '(#:configure-flags (list ;; The udev rule is responsible for restoring ;; the volume. (string-append "--with-udev-rules-dir=" (assoc-ref %outputs "out") @@ -3092,9 +3089,10 @@ MIDI functionality to the Linux-based operating system.") "true\n")) #t))))) (native-inputs - `(("gettext" ,gettext-minimal))) + (list docbook-xml-4.2 docbook-xsl xmlto + gettext-minimal)) (inputs - (list libsamplerate ncurses alsa-lib xmlto)) + (list libsamplerate ncurses alsa-lib)) (home-page "http://www.alsa-project.org/") (synopsis "Utilities for the Advanced Linux Sound Architecture (ALSA)") (description -- cgit v1.2.3