Add missing DBD::SQLite to shell.nix
This commit is contained in:
parent
41d6523ef5
commit
6b30e1462e
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ stdenv.mkDerivation {
|
|||
customMemoryManagement = false;
|
||||
})
|
||||
autoreconfHook
|
||||
perlPackages.DBDSQLite
|
||||
];
|
||||
|
||||
configureFlags =
|
||||
|
|
Loading…
Reference in a new issue