about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-12-10T10·46+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-12-10T10·47+0100
commit399397c90740301e7f38ff397fe6a5d5b4dc080b (patch)
tree8c2e9441fffaf3af7ef5e2cea86df8fbd5109421 /release.nix
parent8f67325a7c44a3553c4b17a6e3f8f78f26cdb74f (diff)
Fix coverage build
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index adf87f68ad..53ab8ca5f8 100644
--- a/release.nix
+++ b/release.nix
@@ -152,7 +152,7 @@ let
         src = tarball;
 
         buildInputs =
-          [ curl perl bzip2 openssl pkgconfig sqlite
+          [ curl perl bzip2 openssl pkgconfig sqlite xz libsodium
             # These are for "make check" only:
             graphviz libxml2 libxslt
           ];