[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/83: gnu: yelp-xsl: Enable documentation.
From: |
guix-commits |
Subject: |
74/83: gnu: yelp-xsl: Enable documentation. |
Date: |
Fri, 26 Mar 2021 17:18:45 -0400 (EDT) |
lle_bout pushed a commit to branch core-updates
in repository guix.
commit e8e33c4ac3c808914310b02df3193ce4a4591cd4
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 26 10:47:35 2021 -0400
gnu: yelp-xsl: Enable documentation.
* gnu/packages/gnome.scm (yelp-xsl) [arguments]<#:configure-flag>
[--enable-doc]: New flag.
[native-inputs]: Add mallard-ducktype, intltool and libxslt.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gnome.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1b3bff8..b0ace8c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6810,10 +6810,17 @@ of running programs and invoke methods on those
interfaces.")
(sha256
(base32 "1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
(build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags
+ (list
+ "--enable-doc")))
(native-inputs
- `(("gettext-minimal" ,gettext-minimal)
+ `(("ducktype" ,mallard-ducktype)
+ ("gettext" ,gettext-minimal)
+ ("intltool" ,intltool)
("itstool" ,itstool)
- ("xmllint" ,libxml2)))
+ ("xmllint" ,libxml2)
+ ("xsltproc" ,libxslt)))
(synopsis "XSL stylesheets for Yelp")
(description "Yelp-XSL is a collection of programs and data files to help
you build, maintain, and distribute documentation. It provides XSLT
stylesheets
- 52/83: gnu: libgsf: Correct inputs., (continued)
- 52/83: gnu: libgsf: Correct inputs., guix-commits, 2021/03/26
- 51/83: gnu: libgsf: Enable missing features., guix-commits, 2021/03/26
- 55/83: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/03/26
- 58/83: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/03/26
- 60/83: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/03/26
- 66/83: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/03/26
- 65/83: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/03/26
- 70/83: gnu: wayland: Update to 1.19.0., guix-commits, 2021/03/26
- 71/83: gnu: wayland: Fix and move documentation., guix-commits, 2021/03/26
- 72/83: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/03/26
- 74/83: gnu: yelp-xsl: Enable documentation.,
guix-commits <=
- 77/83: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/03/26
- 57/83: gnu: atk: Update home-page and license., guix-commits, 2021/03/26
- 59/83: gnu: atkmm: Enable documentation., guix-commits, 2021/03/26
- 61/83: gnu: Add atkmm-2.28., guix-commits, 2021/03/26
- 64/83: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/03/26
- 62/83: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/03/26
- 69/83: gnu: json-glib: Update synopsis and description., guix-commits, 2021/03/26
- 73/83: gnu: wayland-protocols: Update description., guix-commits, 2021/03/26
- 75/83: gnu: gtk+-2: Enable tests., guix-commits, 2021/03/26
- 78/83: gnu: gtk+: Enable tests., guix-commits, 2021/03/26