diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2016-12-15 12:31:35 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2016-12-15 12:31:35 +0100 |
commit | 1df82b62456b3194b3d8be0562e886cf16bf9379 (patch) | |
tree | b99f42c68fb7ad82d2a891e5445f459adb1384ba | |
parent | 9f3f2e21edb17dbcd674539dff96efb6cceca10c (diff) |
shell.nix: Add libseccomp
-rw-r--r-- | shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ stdenv.mkDerivation { pkgconfig sqlite libsodium boehmgc docbook5 docbook5_xsl autoconf-archive + libseccomp (aws-sdk-cpp.override { apis = ["s3"]; customMemoryManagement = false; |