1 { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, file, libco-canonical
2 , libuv, raft-canonical, sqlite-replication }:
4 stdenv.mkDerivation rec {
8 src = fetchFromGitHub {
12 sha256 = "0h7ypigj1b6xbspzc35y89jkp84v8rqiv9qgkyqlqylr7mcw952a";
15 nativeBuildInputs = [ autoreconfHook file pkg-config ];
26 outputs = [ "dev" "out" ];
30 Expose a SQLite database over the network and replicate it across a
33 homepage = "https://dqlite.io/";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ joko wucke13 ];
36 platforms = platforms.linux;