diff options
-rw-r--r-- | release.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix index 56b88488a3f1..c76966a1a440 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 = '' |