1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

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;
})
autoreconfHook
perlPackages.DBDSQLite
];
configureFlags =