GNU bug report logs -
#73095
[PATCH] gnu: remind: Update to 05.00.05.
Previous Next
Reported by: Luis Henriques <henrix <at> camandro.org>
Date: Sat, 7 Sep 2024 10:59:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 73095-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Luis Henriques <henrix <at> camandro.org> skribis:
> From: Luís Henriques <henrix <at> camandro.org>
>
> * gnu/packages/calendar.scm (remind): Update to 05.00.05.
> [properties]: Add tcl output synopsis.
> [arguments]<#:phases>: Update list of files to include in tcl output.
> There's only one tcltk script now.
> [native-inputs]: Add tzdata.
>
> Change-Id: I729d48a8e538039ef5d8c9cb8bd232b3946b5f76
Applied with the change below, thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index fbe23c4b1a..6717db867f 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -274,7 +274,7 @@ (define-public remind
(,(getenv "TCLLIBPATH"))))))))))
(inputs
(list bash-minimal inetutils tcl tcllib tk))
- (native-inputs (list tzdata)) ; required for some tests
+ (native-inputs (list tzdata-for-tests)) ;required for some tests
(home-page "https://dianne.skoll.ca/projects/remind/")
(synopsis "Sophisticated calendar and alarm program")
(description
This bug report was last modified 328 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.