diff options
-rw-r--r-- | shell.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix index df0ad01df583..17cfbfbe6f90 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; |