[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/16: gnu: yelp-xsl: Enable documentation.
From: |
guix-commits |
Subject: |
03/16: gnu: yelp-xsl: Enable documentation. |
Date: |
Tue, 1 Dec 2020 16:06:25 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit ba7a7d275dbcb766c76a8baf74739a99bda26a61
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Sep 24 04:08:12 2020 -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: Danny Milosavljevic <dannym@scratchpost.org>
---
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 aedb63e..6606700 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6702,10 +6702,17 @@ of running programs and invoke methods on those
interfaces.")
(sha256
(base32 "1hsfj3q3a3kca0cf9i02xlq2qd4vy12qsjb89hh4r6mp6c11rrag"))))
(build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags
+ (list
+ "--enable-doc")))
(native-inputs
- `(("gettext-minimal" ,gettext-minimal)
+ `(("ducktype" ,mallard-ducktype)
+ ("gettext-minimal" ,gettext-minimal)
+ ("intltool" ,intltool)
("itstool" ,itstool)
- ("xmllint" ,libxml2)))
+ ("xmllint" ,libxml2)
+ ("xsltproc" ,libxslt)))
(synopsis "XSL stylesheets for Yelp")
(description
"Yelp-xsl contains XSL stylesheets that are used by the yelp help browser
- branch master updated (af1225a -> 27866b7), guix-commits, 2020/12/01
- 01/16: gnu: yelp-xsl: Make some cosmetic changes., guix-commits, 2020/12/01
- 03/16: gnu: yelp-xsl: Enable documentation.,
guix-commits <=
- 02/16: gnu: yelp-xsl: Update to 3.36.0., guix-commits, 2020/12/01
- 05/16: gnu: yelp-xsl: Update license., guix-commits, 2020/12/01
- 06/16: gnu: yelp-tools: Make some cosmetic changes., guix-commits, 2020/12/01
- 09/16: gnu: gobject-introspection: Update to 1.64.1., guix-commits, 2020/12/01
- 15/16: gnu: openjpeg: Enable tests., guix-commits, 2020/12/01
- 13/16: gnu: pixman: Enable some features., guix-commits, 2020/12/01
- 07/16: gnu: yelp-tools: De-propagate some inputs., guix-commits, 2020/12/01
- 08/16: gnu: gobject-introspection: Make some cosmetic changes., guix-commits, 2020/12/01
- 16/16: gnu: openjpeg: Update synopsis and description., guix-commits, 2020/12/01
- 12/16: gnu: pixman: Update to 0.40.0., guix-commits, 2020/12/01