gnu: xmlsec-nss: Fix tests (and hence build).

* gnu/packages/xml.scm (xmlsec-nss)[native-inputs]: Add nss:bin to
provide the certutil command.
master
Tobias Geerinckx-Rice 2018-10-27 04:43:33 +02:00
parent 4795e5e177
commit 3825b44448
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 0 deletions

View File

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