diff options
| author | Johannes Christ <jc@jchri.st> | 2026-02-28 21:22:55 +0100 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-05 13:39:11 +0200 |
| commit | e66f8bf3ce596f9bbe3117d5e274cede64da61ac (patch) | |
| tree | 5885848930df3bc0e2e819c3bf8470be91d8c7d5 /gnu/local.mk | |
| parent | 6b94452c24478861de40c41f3c0a7968ab4a73a3 (diff) | |
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 <efraim@flashner.co.il>
Diffstat (limited to 'gnu/local.mk')
| -rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
