summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-04-10 17:22:52 +0200
committerEelco Dolstra <edolstra@gmail.com>2017-04-10 17:23:15 +0200
commit915f62fa19790d8f826aeb4dd3d2bb5bde2f67e9 (patch)
tree5195b2592c6c3ba5a7f9b2c70af3e79d3b1f1f5d /shell.nix
parent1fe1976e0d68b520f04f8ad4f619bb52c40cef78 (diff)
shell.nix: Remove more dependencies
Thanks @copumpkin.
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index 17cfbfbe6..425eb0a19 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,7 +6,7 @@ with import <nixpkgs> {};
name = "nix";
buildInputs =
- [ curl bison flex perl libxml2 libxslt
+ [ curl bison flex libxml2 libxslt
bzip2 xz brotli
pkgconfig sqlite libsodium boehmgc
docbook5 docbook5_xsl
@@ -16,7 +16,6 @@ with import <nixpkgs> {};
customMemoryManagement = false;
})
autoreconfHook
- perlPackages.DBDSQLite
];
configureFlags =