sqlite: disable tests
This commit is contained in:
parent
b2563a55b7
commit
1d5e35fc61
@ -71,6 +71,8 @@ stdenv.mkDerivation rec {
|
||||
sed -i $out/lib/libsqlite3.la -e "s/dependency_libs=.*/dependency_libs='''/"
|
||||
'';
|
||||
|
||||
doCheck = false; # fails to link against tcl
|
||||
|
||||
meta = {
|
||||
description = "A self-contained, serverless, zero-configuration, transactional SQL database engine";
|
||||
downloadPage = http://sqlite.org/download.html;
|
||||
|
Loading…
Reference in New Issue
Block a user