Merge branch 'staging-next' into staging

Commits from master, conflict resolutions, etc.
This commit is contained in:
Vladimír Čunát
2018-08-13 20:57:50 +02:00
368 changed files with 5460 additions and 6226 deletions

View File

@@ -77,6 +77,7 @@ stdenv.mkDerivation rec {
description = "A self-contained, serverless, zero-configuration, transactional SQL database engine";
downloadPage = http://sqlite.org/download.html;
homepage = http://www.sqlite.org/;
license = licenses.publicDomain;
maintainers = with maintainers; [ eelco np ];
platforms = platforms.unix;
};