[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: xmlsec-nss: Fix tests (and hence build).
From: |
Tobias Geerinckx-Rice |
Subject: |
07/07: gnu: xmlsec-nss: Fix tests (and hence build). |
Date: |
Fri, 26 Oct 2018 22:50:21 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3825b44448e1ba60b16b4169bdab391755297cfb
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Oct 27 04:43:33 2018 +0200
gnu: xmlsec-nss: Fix tests (and hence build).
* gnu/packages/xml.scm (xmlsec-nss)[native-inputs]: Add nss:bin to
provide the certutil command.
---
gnu/packages/xml.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 4e4fa2d..9aa2800 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -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)))
- branch master updated (829785c -> 3825b44), Tobias Geerinckx-Rice, 2018/10/26
- 05/07: gnu: parallel: Update to 20181022., Tobias Geerinckx-Rice, 2018/10/26
- 02/07: gnu: perl-x11-xcb: Update to 0.18., Tobias Geerinckx-Rice, 2018/10/26
- 03/07: gnu: gama: Update to 2.01., Tobias Geerinckx-Rice, 2018/10/26
- 01/07: gnu: flatbuffers: Update to 1.10.0., Tobias Geerinckx-Rice, 2018/10/26
- 04/07: gnu: gvpe: Update to 3.1., Tobias Geerinckx-Rice, 2018/10/26
- 06/07: gnu: units: Update to 2.18., Tobias Geerinckx-Rice, 2018/10/26
- 07/07: gnu: xmlsec-nss: Fix tests (and hence build).,
Tobias Geerinckx-Rice <=