diff options
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 2 |
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 ]; |