aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2016-12-11 17:13:18 +0000
committerLinus Heckemann <git@sphalerite.org>2016-12-11 17:13:18 +0000
commit6b30e1462e95b5dae1f09dc33651180efafed817 (patch)
treeda5bc0687a621de3dfc8b188cbe3ecab9a7a2c8d
parent41d6523ef57c3b35483eeef7cb85eb6c6a84aeb2 (diff)
Add missing DBD::SQLite to shell.nix
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 272627692..dd4484105 100644
--- a/shell.nix
+++ b/shell.nix
@@ -13,6 +13,7 @@ stdenv.mkDerivation {
customMemoryManagement = false;
})
autoreconfHook
+ perlPackages.DBDSQLite
];
configureFlags =