mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05: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:
parent
653c40aedd
commit
27b60ae829
1 changed files with 2 additions and 4 deletions
|
@ -7757,15 +7757,13 @@ (define-public gnome-session
|
|||
(,(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
|
||||
|
|
Loading…
Reference in a new issue