guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/91: gnu: glib: Enable man pages.


From: guix-commits
Subject: 03/91: gnu: glib: Enable man pages.
Date: Mon, 19 Apr 2021 17:13:55 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit cb4f599164d6fed3d6543b4312652af2b8a84163
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 25 02:14:27 2021 -0400

    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>
---
 gnu/packages/glib.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index dffc811..7b9c39a 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -197,6 +197,7 @@ shared NFS home directories.")
                "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.
@@ -269,7 +270,8 @@ shared NFS home directories.")
     ;;                                        (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]