guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

76/125: gnu: yelp-xsl: Enable documentation.


From: guix-commits
Subject: 76/125: gnu: yelp-xsl: Enable documentation.
Date: Sat, 3 Jul 2021 21:17:34 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit a4e8c5188ad4c487bacd2d8ac665296f1ebc0b53
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 29d7fda..efcf125 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6945,10 +6945,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]