about summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2016-12-15T11·31+0100
committerEelco Dolstra <edolstra@gmail.com>2016-12-15T11·31+0100
commit1df82b62456b3194b3d8be0562e886cf16bf9379 (patch)
treeb99f42c68fb7ad82d2a891e5445f459adb1384ba /shell.nix
parent9f3f2e21edb17dbcd674539dff96efb6cceca10c (diff)
shell.nix: Add libseccomp
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 272627692a2d..1a6ec6b88d1c 100644
--- a/shell.nix
+++ b/shell.nix
@@ -8,6 +8,7 @@ stdenv.mkDerivation {
       pkgconfig sqlite libsodium boehmgc
       docbook5 docbook5_xsl
       autoconf-archive
+      libseccomp
       (aws-sdk-cpp.override {
         apis = ["s3"];
         customMemoryManagement = false;