guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 03/83: gnu: glib: Enable man pages.
Date: Fri, 26 Mar 2021 17:18:23 -0400 (EDT)

lle_bout pushed a commit to branch core-updates
in repository guix.

commit f1466c0caf7837df142020b7f2948045a944f4a8
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 d29dca2..d13ba59 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -198,6 +198,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.
@@ -270,7 +271,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]