From 53edb55588e362ee6aa8f6b436c6db6b0409b615 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 10 Apr 2017 11:50:01 +0200 Subject: [PATCH] shell.nix: Remove obsolete flags --- shell.nix | 2 -- 1 file changed, 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 {}; configureFlags = [ "--disable-init-state" "--enable-gc" - "--with-dbi=${perlPackages.DBI}/${perl.libPrefix}" - "--with-dbd-sqlite=${perlPackages.DBDSQLite}/${perl.libPrefix}" ]; enableParallelBuilding = true;