Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-01-23 12:40:13 +00:00
committed by GitHub
365 changed files with 2120 additions and 1803 deletions

View File

@@ -1,4 +1,6 @@
{ lib, stdenv, fetchurl, zlib, interactive ? false, readline ? null, ncurses ? null }:
{ lib, stdenv, fetchurl, zlib, interactive ? false, readline ? null, ncurses ? null
, python3Packages
}:
assert interactive -> readline != null && ncurses != null;
@@ -73,6 +75,10 @@ stdenv.mkDerivation rec {
doCheck = false; # fails to link against tcl
passthru.tests = {
inherit (python3Packages) sqlalchemy;
};
meta = {
description = "A self-contained, serverless, zero-configuration, transactional SQL database engine";
downloadPage = "https://sqlite.org/download.html";