diff options
author | Zac Berkowitz <zac.berkowitz@gmail.com> | 2023-01-28 10:47:43 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-01-28 11:01:00 +0100 |
commit | 2083bd052e9db8cfb32a6c3cf634c7817f49e009 (patch) | |
tree | 098a78b01bb98484f4cce5c30745d0efbb71547e /gnu/local.mk | |
parent | 09ffaaa43649b110722357ded8bc619b9a5448a8 (diff) | |
download | guix-2083bd052e9db8cfb32a6c3cf634c7817f49e009.tar.gz |
gnu: Add timewarrior.
* gnu/packages/task-management.scm (timewarrior): New variable. * gnu/packages/patches/timewarrior-time-sensitive-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register new file. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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 376ee715b9..7433654f0b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1898,6 +1898,7 @@ dist_patch_DATA = \ %D%/packages/patches/texlive-hyph-utf8-no-byebug.patch \ %D%/packages/patches/thefuck-test-environ.patch \ %D%/packages/patches/tidy-CVE-2015-5522+5523.patch \ + %D%/packages/patches/timewarrior-time-sensitive-tests.patch \ %D%/packages/patches/tinyxml-use-stl.patch \ %D%/packages/patches/tipp10-disable-downloader.patch \ %D%/packages/patches/tipp10-fix-compiling.patch \ |