simplify sqlite.src and mkTool
maybe the complexity was intentional?
maybe a "source build" requires more buildInputs? tcl?
version = "3.45.1";
# nixpkgs-update: no auto update
# NB! Make sure to update ./tools.nix src (in the same directory).
src = fetchurl {
url = "https://sqlite.org/2024/sqlite-autoconf-${archiveVersion version}.tar.gz";
hash = "sha256-zZwnhBt6WTLJiXZR4guGxwHddAVWmJsByllvz6PUmgo=";
};
commits
related
ping maintainers: @edolstra @np
simplify
sqlite.src
andmkTool
maybe the complexity was intentional? maybe a "source build" requires morebuildInputs
?tcl
?versus
add the reuse-schema branch this looks useful to split a large sqlite database across many files
for my case it does not work
related