shell.nix: Remove more dependencies

Thanks @copumpkin.
This commit is contained in:
Eelco Dolstra 2017-04-10 17:22:52 +02:00
parent 1fe1976e0d
commit 915f62fa19
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 1 additions and 2 deletions

View File

@ -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 =