diff options
author | Linus Heckemann <git@sphalerite.org> | 2016-12-11T17·13+0000 |
---|---|---|
committer | Linus Heckemann <git@sphalerite.org> | 2016-12-11T17·13+0000 |
commit | 6b30e1462e95b5dae1f09dc33651180efafed817 (patch) | |
tree | da5bc0687a621de3dfc8b188cbe3ecab9a7a2c8d | |
parent | 41d6523ef57c3b35483eeef7cb85eb6c6a84aeb2 (diff) |
Add missing DBD::SQLite to shell.nix
-rw-r--r-- | shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix index 272627692a2d..dd448410554e 100644 --- a/shell.nix +++ b/shell.nix @@ -13,6 +13,7 @@ stdenv.mkDerivation { customMemoryManagement = false; }) autoreconfHook + perlPackages.DBDSQLite ]; configureFlags = |