me
/
guix
Archived
1
0
Fork 0

gnu: xmlsec-nss: Remove input labels.

* gnu/packages/xml.scm (xmlsec-nss)[native-inputs, inputs]: Remove labels.
master
Marius Bakke 2022-11-20 18:35:51 +01:00
parent 49a7232c5d
commit 127314f5cc
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 5 deletions

View File

@ -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")))