sqlite-rsync: init at 3.47.0
Co-authored-by: Erlend Hamberg
This commit is contained in:
co-authored by
Erlend Hamberg
parent
40338db492
commit
2e19720a20
@@ -2,7 +2,7 @@
|
||||
, updateAutotoolsGnuConfigScriptsHook
|
||||
|
||||
# for tests
|
||||
, python3Packages, sqldiff, sqlite-analyzer, tinysparql
|
||||
, python3Packages, sqldiff, sqlite-analyzer, sqlite-rsync, tinysparql
|
||||
|
||||
# uses readline & ncurses for a better interactive experience if set to true
|
||||
, interactive ? false
|
||||
@@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
|
||||
passthru = {
|
||||
tests = {
|
||||
inherit (python3Packages) sqlalchemy;
|
||||
inherit sqldiff sqlite-analyzer tinysparql;
|
||||
inherit sqldiff sqlite-analyzer sqlite-rsync tinysparql;
|
||||
};
|
||||
|
||||
updateScript = gitUpdater {
|
||||
|
||||
@@ -43,4 +43,11 @@ in
|
||||
homepage = "https://www.sqlite.org/sqlanalyze.html";
|
||||
mainProgram = "sqlite3_analyzer";
|
||||
};
|
||||
sqlite-rsync = mkTool {
|
||||
pname = "sqlite-rsync";
|
||||
makeTarget = "sqlite3_rsync";
|
||||
description = "Database remote-copy tool for SQLite";
|
||||
homepage = "https://www.sqlite.org/rsync.html";
|
||||
mainProgram = "sqlite3_rsync";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23097,7 +23097,7 @@ with pkgs;
|
||||
|
||||
inherit (callPackage ../development/libraries/sqlite/tools.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation;
|
||||
}) sqlite-analyzer sqldiff;
|
||||
}) sqlite-analyzer sqldiff sqlite-rsync;
|
||||
|
||||
sqlar = callPackage ../development/libraries/sqlite/sqlar.nix { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user