aboutsummaryrefslogtreecommitdiff
path: root/release.nix
diff options
context:
space:
mode:
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 fbd644cd6..aa2ee7290 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
];