[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/126: gnu: glib: Enable man pages.
From: |
guix-commits |
Subject: |
03/126: gnu: glib: Enable man pages. |
Date: |
Mon, 6 Sep 2021 15:53:24 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit c05033087ad4bb6e761b438f2a016f846726158d
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 39273d3..b8eee11 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
- branch wip-gnome created (now dadb7f7), guix-commits, 2021/09/06
- 02/126: gnu: glib: Update to 2.68.0., guix-commits, 2021/09/06
- 05/126: gnu: glib-with-documentation: Make some cosmetic changes., guix-commits, 2021/09/06
- 03/126: gnu: glib: Enable man pages.,
guix-commits <=
- 04/126: gnu: glib: Update synopsis, description and home-page., guix-commits, 2021/09/06
- 01/126: gnu: glib: Make some cosmetic changes., guix-commits, 2021/09/06
- 08/126: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/09/06
- 09/126: gnu: libsigc++: Enable documentation., guix-commits, 2021/09/06
- 12/126: gnu: Add libsigc++-2., guix-commits, 2021/09/06
- 13/126: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/09/06
- 07/126: gnu: Temporarily use glib without documentation., guix-commits, 2021/09/06
- 10/126: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/09/06
- 11/126: gnu: glibmm: Enable documentation., guix-commits, 2021/09/06
- 15/126: gnu: gtk-doc: Correct inputs., guix-commits, 2021/09/06