bug#73095: [PATCH] gnu: remind: Update to 05.00.05.
Commit Message
Hi,
Luis Henriques <henrix@camandro.org> skribis:
> From: Luís Henriques <henrix@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’.
@@ -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