aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index df0ad01df..17cfbfbe6 100644
--- a/shell.nix
+++ b/shell.nix
@@ -22,8 +22,6 @@ with import <nixpkgs> {};
configureFlags =
[ "--disable-init-state"
"--enable-gc"
- "--with-dbi=${perlPackages.DBI}/${perl.libPrefix}"
- "--with-dbd-sqlite=${perlPackages.DBDSQLite}/${perl.libPrefix}"
];
enableParallelBuilding = true;