From 1df82b62456b3194b3d8be0562e886cf16bf9379 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 15 Dec 2016 12:31:35 +0100 Subject: [PATCH] shell.nix: Add libseccomp --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 272627692..1a6ec6b88 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;