summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2016-12-19 11:52:18 +0100
committerEelco Dolstra <edolstra@gmail.com>2016-12-19 11:52:18 +0100
commit11f0680f69ffd12ac036040a2395f31b11fabd1f (patch)
treee9bd41016dd95a2d2f9f75b8d94f15a1be77ca78 /shell.nix
parent05862209de4ceb0c11f3ce2bd97062894f3e39ec (diff)
Revert "shell.nix: Add libseccomp"
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 7e945023e..dd4484105 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;