about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index fbd644cd62be..aa2ee7290e61 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
           ];