mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
shell.nix: Remove obsolete flags
This commit is contained in:
parent
105f8ffc98
commit
53edb55588
1 changed files with 0 additions and 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;
|
||||
|
|
Loading…
Reference in a new issue