Revert "sqlite: enable parallel builds"
Revert due to reported issues
https://github.com/NixOS/nixpkgs/issues/63157
This reverts commit 93982349c8
.
This commit is contained in:
parent
41377252e5
commit
2a3488ac9d
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@ let
|
|||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sqlite";
|
||||
name = "sqlite-${version}";
|
||||
version = "3.28.0";
|
||||
|
||||
# NB! Make sure to update analyzer.nix src (in the same directory).
|
||||
|
@ -71,7 +71,6 @@ stdenv.mkDerivation rec {
|
|||
sed -i $out/lib/libsqlite3.la -e "s/dependency_libs=.*/dependency_libs='''/"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
doCheck = false; # fails to link against tcl
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue