diff mbox series

bug#73095: [PATCH] gnu: remind: Update to 05.00.05.

Message ID 875xqglqtf.fsf@gnu.org
State New
Headers show
Series bug#73095: [PATCH] gnu: remind: Update to 05.00.05. | expand

Commit Message

Ludovic Courtès Sept. 27, 2024, 9:39 p.m. UTC
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’.
diff mbox series

Patch

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