[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/126: gnu: yelp-xsl: Enable documentation.
From: |
guix-commits |
Subject: |
74/126: gnu: yelp-xsl: Enable documentation. |
Date: |
Mon, 6 Sep 2021 15:53:46 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 3b239aa68e2aa81b1cc01fbe338ba363a63d4998
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 c9c1f59..93c047b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6890,10 +6890,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
- 72/126: gnu: wayland: Update synopsis, description and license., (continued)
- 72/126: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/09/06
- 51/126: gnu: libgsf: Enable missing features., guix-commits, 2021/09/06
- 55/126: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/06
- 59/126: gnu: atkmm: Enable documentation., guix-commits, 2021/09/06
- 63/126: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/09/06
- 67/126: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/09/06
- 69/126: gnu: json-glib: Update synopsis and description., guix-commits, 2021/09/06
- 71/126: gnu: wayland: Fix and move documentation., guix-commits, 2021/09/06
- 81/126: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/09/06
- 73/126: gnu: wayland-protocols: Update description., guix-commits, 2021/09/06
- 74/126: gnu: yelp-xsl: Enable documentation.,
guix-commits <=
- 75/126: gnu: gtk+-2: Enable tests., guix-commits, 2021/09/06
- 78/126: gnu: gtk+: Enable tests., guix-commits, 2021/09/06
- 85/126: gnu: ibus: Enable documentation., guix-commits, 2021/09/06
- 86/126: gnu: ibus: Enable memconf., guix-commits, 2021/09/06
- 87/126: gnu: ibus: Enable tests., guix-commits, 2021/09/06
- 88/126: gnu: ibus: Remove trailing #t in phases., guix-commits, 2021/09/06
- 93/126: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/09/06
- 68/126: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/09/06
- 76/126: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/09/06
- 70/126: gnu: wayland: Update to 1.19.0., guix-commits, 2021/09/06