[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28976] [PATCH] gnu: calcurse: Used the "fixed" test-only tzdata for
From: |
Eric Bavier |
Subject: |
[bug#28976] [PATCH] gnu: calcurse: Used the "fixed" test-only tzdata for tests. |
Date: |
Wed, 25 Oct 2017 18:45:47 -0500 |
On Tue, 24 Oct 2017 16:13:04 -0400
Leo Famulari <address@hidden> wrote:
> * gnu/packages/calcurse.scm (calcurse)[inputs]: Remove tzdata and add ...
> [native-inputs]: tzdata-2017a.
> [arguments]: Add tzdata-2017a to #:disallowed-references.
> ---
> gnu/packages/calcurse.scm | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/calcurse.scm b/gnu/packages/calcurse.scm
> index 20a9a8fb4..826b1f1d0 100644
> --- a/gnu/packages/calcurse.scm
> +++ b/gnu/packages/calcurse.scm
> @@ -1,5 +1,6 @@
> ;;; GNU Guix --- Functional package management for GNU
> ;;; Copyright © 2014, 2015, 2017 Eric Bavier <address@hidden>
> +;;; Copyright © 2014, 2015, 2017 Leo Famulari <address@hidden>
Do you want all the copyright years? or copy-paste error?
Otherwise LGTM!
Thanks,
`~Eric