mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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='''/"
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user