about summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2016-12-11T17·13+0000
committerLinus Heckemann <git@sphalerite.org>2016-12-11T17·13+0000
commit6b30e1462e95b5dae1f09dc33651180efafed817 (patch)
treeda5bc0687a621de3dfc8b188cbe3ecab9a7a2c8d /shell.nix
parent41d6523ef57c3b35483eeef7cb85eb6c6a84aeb2 (diff)
Add missing DBD::SQLite to shell.nix
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 272627692a..dd44841055 100644
--- a/shell.nix
+++ b/shell.nix
@@ -13,6 +13,7 @@ stdenv.mkDerivation {
         customMemoryManagement = false;
       })
       autoreconfHook
+      perlPackages.DBDSQLite
     ];
 
   configureFlags =