about summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2016-12-19T10·52+0100
committerEelco Dolstra <edolstra@gmail.com>2016-12-19T10·52+0100
commit11f0680f69ffd12ac036040a2395f31b11fabd1f (patch)
treee9bd41016dd95a2d2f9f75b8d94f15a1be77ca78 /shell.nix
parent05862209de4ceb0c11f3ce2bd97062894f3e39ec (diff)
Revert "shell.nix: Add libseccomp"
This reverts commit 1df82b62456b3194b3d8be0562e886cf16bf9379.
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 7e945023ee..dd44841055 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;