gnu: xmlsec-nss: Fix tests (and hence build).
* gnu/packages/xml.scm (xmlsec-nss)[native-inputs]: Add nss:bin to provide the certutil command.
This commit is contained in:
parent
4795e5e177
commit
3825b44448
|
@ -952,6 +952,10 @@ Libxml2).")
|
|||
(package
|
||||
(inherit xmlsec)
|
||||
(name "xmlsec-nss")
|
||||
(native-inputs
|
||||
;; For tests.
|
||||
`(("nss:bin" ,nss "bin") ; for certutil
|
||||
,@(package-native-inputs xmlsec)))
|
||||
(inputs
|
||||
`(("nss" ,nss)
|
||||
("libltdl" ,libltdl)))
|
||||
|
|
Loading…
Reference in New Issue