shell.nix: Add libseccomp

This commit is contained in:
Eelco Dolstra 2016-12-15 12:31:35 +01:00
parent 9f3f2e21ed
commit 1df82b6245
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ stdenv.mkDerivation {
pkgconfig sqlite libsodium boehmgc
docbook5 docbook5_xsl
autoconf-archive
libseccomp
(aws-sdk-cpp.override {
apis = ["s3"];
customMemoryManagement = false;