~ruther/guix-local

27b60ae829fc10bbf9bfd11f59d617e0bae8f2e5 — Bruno Victal 2 years ago 653c40a
gnu: gnome-session: Build documentation.

* gnu/packages/gnome.scm (gnome-session)[native-inputs]: Replace docbook-xml
with docbook-xml-4.1.2.
[arguments]<#:configure-flags>: Build documentation.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
1 files changed, 2 insertions(+), 4 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -4
@@ 7757,15 7757,13 @@ such as gzip tarballs.")
                 (,(dirname (search-input-file (or native-inputs inputs)
                                               "bin/gdbus"))))))))
       #:configure-flags
       '("-Ddocbook=false" ; FIXME: disabled because of docbook validation error
         "-Dman=false"   ; FIXME: disabled because of docbook validation error
         "-Delogind=true"
       '("-Delogind=true"
         "-Dsystemd=false"
         "-Dsystemd_session=disable"
         "-Dsystemd_journal=false")))
    (build-system meson-build-system)
    (native-inputs
     (list docbook-xml
     (list docbook-xml-4.1.2
           docbook-xsl
           `(,glib "bin")               ; for glib-compile-schemas, etc.
           intltool