guix-commits
[Top][All Lists]
Advanced

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

21/21: gnu: yelp-xsl: Remove input labels.


From: guix-commits
Subject: 21/21: gnu: yelp-xsl: Remove input labels.
Date: Thu, 30 Jun 2022 17:27:37 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 2a023a7bd8acf09480ed934dcdf38e0e23a8c601
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 30 23:09:27 2022 +0200

    gnu: yelp-xsl: Remove input labels.
    
    * gnu/packages/gnome.scm (yelp-xsl)[native-inputs]: Remove labels.
---
 gnu/packages/gnome.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5280d8324d..a443948e68 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6839,15 +6839,13 @@ of running programs and invoke methods on those 
interfaces.")
         (base32 "19d46rkajvr0f04560vlrzwvac88x5j8ilvzwkawbn5vjg069kf8"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags
-       (list
-        "--enable-doc")))
+     '(#:configure-flags '("--enable-doc")))
     (native-inputs
-     `(("ducktype" ,mallard-ducktype)
-       ("gettext" ,gettext-minimal)
-       ("itstool" ,itstool)
-       ("xmllint" ,libxml2)
-       ("xsltproc" ,libxslt)))
+     (list mallard-ducktype
+           gettext-minimal
+           itstool
+           libxml2
+           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]