From e66f8bf3ce596f9bbe3117d5e274cede64da61ac Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 28 Feb 2026 21:22:55 +0100 Subject: gnu: taskwarrior: Update to 3.4.2. * gnu/packages/task-management.scm (taskwarrior): Update to 3.4.2. [source]: Update to new release location. Add patch for proper SQLite linking. Add snippet to remove sourceless PDF. [native-inputs]: Add dependencies for Rust code. [inputs]: Add sqlite-next. [arguments] <#:phases>: Adjust for Rust dependency build. * gnu/packages/rust-crates.scm (lookup-cargo-inputs): Add entry for taskwarrior. * gnu/packages/patches/task-link-taskchampion-cpp-with-sqlite3.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: Ica26c93347dedcba83a473cb60b176cf1195a806 Signed-off-by: Efraim Flashner --- gnu/local.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/local.mk') diff --git a/gnu/local.mk b/gnu/local.mk index 4a1ce2d324a..1ff07976bb1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2466,6 +2466,7 @@ dist_patch_DATA = \ %D%/packages/patches/tao-fix-parser-types.patch \ %D%/packages/patches/tar-remove-wholesparse-check.patch \ %D%/packages/patches/tar-skip-unreliable-tests.patch \ + %D%/packages/patches/taskwarrior-link-taskchampion-cpp-with-sqlite3.patch \ %D%/packages/patches/tbb-gcc-14.patch \ %D%/packages/patches/tbb-other-arches.patch \ %D%/packages/patches/tclxml-3.2-install.patch \ -- cgit v1.3