diff options
-rw-r--r-- | shell.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |