~ruther/guix-local

55ce97b138197ec836b63b2b3481fdedc75c3ef7 — Bruno Victal 2 years ago b1fde76
gnu: alsa-utils: Build manpages.

* 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 <maxim.cournoyer@gmail.com>
1 files changed, 4 insertions(+), 6 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +4 -6
@@ 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