bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27567: [PATCH v2] gnu: netpbm: Remove timestamps.


From: Leo Famulari
Subject: bug#27567: [PATCH v2] gnu: netpbm: Remove timestamps.
Date: Tue, 4 Jul 2017 15:04:42 -0400
User-agent: Mutt/1.8.3 (2017-05-23)

On Mon, Jul 03, 2017 at 09:16:38PM +0200, Danny Milosavljevic wrote:
> * gnu/packages/netpbm.scm (netpbm)[source]: Remove timestamps.
> ---
>  gnu/packages/netpbm.scm | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/gnu/packages/netpbm.scm b/gnu/packages/netpbm.scm
> index cd0c3d950..652c23aed 100644
> --- a/gnu/packages/netpbm.scm
> +++ b/gnu/packages/netpbm.scm
> @@ -87,6 +87,9 @@
>                  (drop "ppmtopjxl" in "converter/ppm")
>  
>                  ;; Remove timestamps from the generated code.
> +                (substitute* "buildtools/makepointerman"
> +                  (("gmctime[(][)]")
> +                   "\"Thu Jan 1 00:00:00 1970\""))

I'm not sure what's going on with core-updates: the last evaluation was
aborted.

So, assuming that you can build groff on core-updates with this change
before Hydra builds netpbm on core-updates, LGTM. Once we build
core-updates to that point, we should wait for the next core-updates
cycle.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]