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