diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2016-12-15T11·31+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2016-12-15T11·31+0100 |
commit | 1df82b62456b3194b3d8be0562e886cf16bf9379 (patch) | |
tree | b99f42c68fb7ad82d2a891e5445f459adb1384ba /shell.nix | |
parent | 9f3f2e21edb17dbcd674539dff96efb6cceca10c (diff) |
shell.nix: Add libseccomp
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 1 |
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; |