[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/115: gnu: glib: Enable man pages.
From: |
guix-commits |
Subject: |
03/115: gnu: glib: Enable man pages. |
Date: |
Fri, 7 May 2021 16:56:20 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit aafe944c3cf6c373732c24fc77dbbfaaa297b46a
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 a9d9bcd..f890bcc 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 c308c89), guix-commits, 2021/05/07
- 02/115: gnu: glib: Update to 2.68.0., guix-commits, 2021/05/07
- 04/115: gnu: glib: Update synopsis, description and home-page., guix-commits, 2021/05/07
- 03/115: gnu: glib: Enable man pages.,
guix-commits <=
- 01/115: gnu: glib: Make some cosmetic changes., guix-commits, 2021/05/07
- 09/115: gnu: libsigc++: Enable documentation., guix-commits, 2021/05/07
- 10/115: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/05/07
- 11/115: gnu: glibmm: Enable documentation., guix-commits, 2021/05/07
- 20/115: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/05/07
- 18/115: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/05/07
- 42/115: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/05/07
- 27/115: gnu: cairomm-1.13: Fix build., guix-commits, 2021/05/07
- 38/115: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/05/07
- 39/115: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/05/07