taskchampion-sync-server: init at 0.4.1-unstable-2024-04-08
This commit is contained in:
parent
fc816c6730
commit
62f12e3a32
29
pkgs/by-name/ta/taskchampion-sync-server/package.nix
Normal file
29
pkgs/by-name/ta/taskchampion-sync-server/package.nix
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "taskchampion-sync-server";
|
||||
version = "0.4.1-unstable-2024-04-08";
|
||||
src = fetchFromGitHub {
|
||||
owner = "GothenburgBitFactory";
|
||||
repo = "taskchampion-sync-server";
|
||||
rev = "31cb732f0697208ef9a8d325a79688612087185a";
|
||||
fetchSubmodules = false;
|
||||
sha256 = "sha256-CUgXJcrCOenbw9ZDFBody5FAvpT1dsZBojJk3wOv9U4=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-TpShnVQ2eFNLXJzOTlWVaLqT56YkP4zCGCf3yVtNcvI=";
|
||||
|
||||
# cargo tests fail when checkType="release" (default)
|
||||
checkType = "debug";
|
||||
|
||||
meta = {
|
||||
description = "Sync server for Taskwarrior 3";
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://github.com/GothenburgBitFactory/taskchampion-sync-server";
|
||||
maintainers = with lib.maintainers; [mlaradji];
|
||||
mainProgram = "taskchampion-sync-server";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user