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