mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: glib: Enable man pages.
* gnu/packages/glib.scm (glib)[arguments]<#:configure-flags>[-Dman]: New flag. [native-inputs]: Add docbook-xsl. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
This commit is contained in:
parent
8b8e611876
commit
f1466c0caf
1 changed files with 3 additions and 1 deletions
|
@ -198,6 +198,7 @@ (define glib
|
|||
"bin")) ; glib-mkenums, gtester, etc.; depends on Python
|
||||
(arguments
|
||||
`(#:disallowed-references (,tzdata-for-tests)
|
||||
#:configure-flags '("-Dman=true")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; TODO: Remove the conditional in the next core-updates cycle.
|
||||
|
@ -270,7 +271,8 @@ (define glib
|
|||
;; (assoc-ref %outputs "bin")
|
||||
;; "/bin"))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
`(("docbook-xsl" ,docbook-xsl)
|
||||
("gettext" ,gettext-minimal)
|
||||
("libintl" ,intltool)
|
||||
("m4" ,m4) ; for installing m4 macros
|
||||
("perl" ,perl) ; needed by GIO tests
|
||||
|
|
Loading…
Reference in a new issue