From 2f5789c5d6e779ae246659b2974560f14e24ac31 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 14 Nov 2017 18:47:44 +0100 Subject: [PATCH] Add dependencies for coverage test --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index 56b88488a..c76966a1a 100644 --- a/release.nix +++ b/release.nix @@ -185,7 +185,7 @@ let buildInputs = [ curl bzip2 openssl pkgconfig sqlite xz libsodium libseccomp # These are for "make check" only: - graphviz libxml2 libxslt + graphviz libxml2 libxslt git mercurial ]; configureFlags = ''