guix-commits
[Top][All Lists]
Advanced

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

19/62: gnu: libxslt: Remove input labels.


From: guix-commits
Subject: 19/62: gnu: libxslt: Remove input labels.
Date: Sun, 26 Jun 2022 06:09:07 -0400 (EDT)

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

commit 9a1a20842ce5b68b3d8c9619e88b2fa240f946cb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 26 01:22:44 2022 +0200

    gnu: libxslt: Remove input labels.
    
    * gnu/packages/xml.scm (libxslt)[inputs]: Remove labels.
---
 gnu/packages/xml.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 47e502aa59..5ce2b140a7 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -356,11 +356,12 @@ formulas and hyperlinks to multiple worksheets in an 
Excel 2007+ XLSX file.")
                          "$(info Python tests are disabled by Guix.)")))))))
     (home-page "http://xmlsoft.org/XSLT/index.html";)
     (synopsis "C library for applying XSLT stylesheets to XML documents")
-    (inputs `(("libgcrypt" ,libgcrypt)
-              ("libxml2" ,libxml2)
-              ("python" ,python-minimal-wrapper)
-              ("zlib" ,zlib)
-              ("xz" ,xz)))
+    (inputs
+     (list libgcrypt
+           libxml2
+           python-minimal-wrapper
+           zlib
+           xz))
     (native-inputs
      (list pkg-config))
     (description



reply via email to

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