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
|
(package
|
||||||
(inherit xmlsec)
|
(inherit xmlsec)
|
||||||
(name "xmlsec-nss")
|
(name "xmlsec-nss")
|
||||||
|
(native-inputs
|
||||||
|
;; For tests.
|
||||||
|
`(("nss:bin" ,nss "bin") ; for certutil
|
||||||
|
,@(package-native-inputs xmlsec)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("nss" ,nss)
|
`(("nss" ,nss)
|
||||||
("libltdl" ,libltdl)))
|
("libltdl" ,libltdl)))
|
||||||
|
|
Loading…
Reference in New Issue