diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index d29dca2db8..d13ba5998e 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -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