diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2016-12-19T10·52+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2016-12-19T10·52+0100 |
commit | 11f0680f69ffd12ac036040a2395f31b11fabd1f (patch) | |
tree | e9bd41016dd95a2d2f9f75b8d94f15a1be77ca78 /shell.nix | |
parent | 05862209de4ceb0c11f3ce2bd97062894f3e39ec (diff) |
Revert "shell.nix: Add libseccomp"
This reverts commit 1df82b62456b3194b3d8be0562e886cf16bf9379.
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix index 7e945023ee2d..dd448410554e 100644 --- a/shell.nix +++ b/shell.nix @@ -8,7 +8,6 @@ stdenv.mkDerivation { pkgconfig sqlite libsodium boehmgc docbook5 docbook5_xsl autoconf-archive - libseccomp (aws-sdk-cpp.override { apis = ["s3"]; customMemoryManagement = false; |