Add missing DBD::SQLite to shell.nix

This commit is contained in:
Linus Heckemann 2016-12-11 17:13:18 +00:00
parent 41d6523ef5
commit 6b30e1462e

View file

@ -13,6 +13,7 @@ stdenv.mkDerivation {
customMemoryManagement = false; customMemoryManagement = false;
}) })
autoreconfHook autoreconfHook
perlPackages.DBDSQLite
]; ];
configureFlags = configureFlags =