diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-04-10T15·22+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-04-10T15·23+0200 |
commit | 915f62fa19790d8f826aeb4dd3d2bb5bde2f67e9 (patch) | |
tree | 5195b2592c6c3ba5a7f9b2c70af3e79d3b1f1f5d | |
parent | 1fe1976e0d68b520f04f8ad4f619bb52c40cef78 (diff) |
shell.nix: Remove more dependencies
Thanks @copumpkin.
-rw-r--r-- | shell.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix index 17cfbfbe6f90..425eb0a191f2 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 = |