aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-04-10 11:50:01 +0200
committerEelco Dolstra <edolstra@gmail.com>2017-04-10 11:50:01 +0200
commit53edb55588e362ee6aa8f6b436c6db6b0409b615 (patch)
tree920d616ee9989d931ab548451214cdc16de4d966 /shell.nix
parent105f8ffc98d25e23c9a7eb5a5327e711b1e21e50 (diff)
shell.nix: Remove obsolete flags
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;