[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/122: gnu: yelp-xsl: Enable documentation.
From: |
guix-commits |
Subject: |
74/122: gnu: yelp-xsl: Enable documentation. |
Date: |
Fri, 11 Jun 2021 12:12:12 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 9776d2b1a7fdc152472a7320ed58d17b7267be0a
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 fad063f..de27d71 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6946,10 +6946,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
- 58/122: gnu: atkmm: Update to 2.36.0., (continued)
- 58/122: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/06/11
- 57/122: gnu: atk: Update home-page and license., guix-commits, 2021/06/11
- 61/122: gnu: Add atkmm-2.28., guix-commits, 2021/06/11
- 60/122: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/06/11
- 24/122: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/06/11
- 40/122: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/06/11
- 39/122: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/06/11
- 47/122: gnu: vala: Update synopsis and description., guix-commits, 2021/06/11
- 63/122: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/06/11
- 72/122: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/06/11
- 74/122: gnu: yelp-xsl: Enable documentation.,
guix-commits <=
- 77/122: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/06/11
- 86/122: gnu: ibus: Enable memconf., guix-commits, 2021/06/11
- 89/122: gnu: iqa: Correct source uri., guix-commits, 2021/06/11
- 92/122: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/06/11
- 95/122: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/06/11
- 102/122: gnu: glib: Disable failing test., guix-commits, 2021/06/11
- 103/122: gnu: meson-0.55: Update to 0.55.3., guix-commits, 2021/06/11
- 117/122: gnu: tracker: Enable some features., guix-commits, 2021/06/11
- 50/122: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/06/11
- 54/122: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/06/11