From b4b1f4525f8dc8f320d666c208bff5cb36777580 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 1 Jun 2017 14:43:15 +0200 Subject: [PATCH] Fix coverage job --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index fbd644cd..aa2ee729 100644 --- a/release.nix +++ b/release.nix @@ -173,7 +173,7 @@ let src = tarball; buildInputs = - [ curl bzip2 openssl pkgconfig sqlite xz libsodium + [ curl bzip2 openssl pkgconfig sqlite xz libsodium libseccomp # These are for "make check" only: graphviz libxml2 libxslt ];