diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-04-10T09·50+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-04-10T09·50+0200 |
commit | 53edb55588e362ee6aa8f6b436c6db6b0409b615 (patch) | |
tree | 920d616ee9989d931ab548451214cdc16de4d966 /shell.nix | |
parent | 105f8ffc98d25e23c9a7eb5a5327e711b1e21e50 (diff) |
shell.nix: Remove obsolete flags
Diffstat (limited to 'shell.nix')
-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; |