guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: xmlsec-nss: Remove input labels.


From: guix-commits
Subject: 04/05: gnu: xmlsec-nss: Remove input labels.
Date: Sun, 20 Nov 2022 15:08:46 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 127314f5cc52d1cf6539d7cc2cea3e99625822d0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 18:35:51 2022 +0100

    gnu: xmlsec-nss: Remove input labels.
    
    * gnu/packages/xml.scm (xmlsec-nss)[native-inputs, inputs]: Remove labels.
---
 gnu/packages/xml.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index d04b93c311..b3136c3891 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1184,12 +1184,10 @@ Libxml2).")
   (package/inherit xmlsec
     (name "xmlsec-nss")
     (native-inputs
-     ;; For tests.
-     `(("nss:bin" ,nss "bin")           ; for certutil
-       ,@(package-native-inputs xmlsec)))
+     (modify-inputs (package-native-inputs xmlsec)
+       (prepend `(,nss "bin"))))        ;certutil, for tests
     (inputs
-     `(("nss" ,nss)
-       ("libltdl" ,libltdl)))
+     (list nss libltdl))
     (arguments
      ;; NSS no longer supports MD5 since 3.59, don't attempt to use it.
      '(#:configure-flags '("--disable-md5")))



reply via email to

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