forked from lix-project/lix
shell.nix: Remove obsolete flags
This commit is contained in:
parent
105f8ffc98
commit
53edb55588
|
@ -22,8 +22,6 @@ with import <nixpkgs> {};
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--disable-init-state"
|
[ "--disable-init-state"
|
||||||
"--enable-gc"
|
"--enable-gc"
|
||||||
"--with-dbi=${perlPackages.DBI}/${perl.libPrefix}"
|
|
||||||
"--with-dbd-sqlite=${perlPackages.DBDSQLite}/${perl.libPrefix}"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
Loading…
Reference in a new issue