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;
|
customMemoryManagement = false;
|
||||||
})
|
})
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
|
perlPackages.DBDSQLite
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
|
|
Loading…
Reference in a new issue