mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Ludovic Courtès
parent
653c40aedd
commit
27b60ae829
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user