guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: netpbm: Remove timestamps.


From: Danny Milosavljevic
Subject: 02/02: gnu: netpbm: Remove timestamps.
Date: Wed, 5 Jul 2017 20:22:16 -0400 (EDT)

dannym pushed a commit to branch core-updates
in repository guix.

commit 5bc42e1a468ce84d8adfa4be01a299c1a430c9cc
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Jul 3 21:16:38 2017 +0200

    gnu: netpbm: Remove timestamps.
    
    Fixes <https://bugs.gnu.org/27567>.
    
    * 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 c7be4b1..2d76d7e 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\""))
                 (substitute* "buildtools/stamp-date"
                   (("^DATE=.*")
                    "DATE=\"Thu Jan 01 00:00:00+0000 1970\"\n")



reply via email to

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