mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xmlsec-nss: Remove input labels.
* gnu/packages/xml.scm (xmlsec-nss)[native-inputs, inputs]: Remove labels.
This commit is contained in:
parent
49a7232c5d
commit
127314f5cc
1 changed files with 3 additions and 5 deletions
|
@ -1184,12 +1184,10 @@ Libxml2).")
|
||||||
(package/inherit xmlsec
|
(package/inherit xmlsec
|
||||||
(name "xmlsec-nss")
|
(name "xmlsec-nss")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; For tests.
|
(modify-inputs (package-native-inputs xmlsec)
|
||||||
`(("nss:bin" ,nss "bin") ; for certutil
|
(prepend `(,nss "bin")))) ;certutil, for tests
|
||||||
,@(package-native-inputs xmlsec)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("nss" ,nss)
|
(list nss libltdl))
|
||||||
("libltdl" ,libltdl)))
|
|
||||||
(arguments
|
(arguments
|
||||||
;; NSS no longer supports MD5 since 3.59, don't attempt to use it.
|
;; NSS no longer supports MD5 since 3.59, don't attempt to use it.
|
||||||
'(#:configure-flags '("--disable-md5")))
|
'(#:configure-flags '("--disable-md5")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue