~ruther/guix-local

5bc42e1a468ce84d8adfa4be01a299c1a430c9cc — Danny Milosavljevic 8 years ago a64b174
gnu: netpbm: Remove timestamps.

Fixes <https://bugs.gnu.org/27567>.

* gnu/packages/netpbm.scm (netpbm)[source]: Remove timestamps.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/netpbm.scm
M gnu/packages/netpbm.scm => gnu/packages/netpbm.scm +3 -0
@@ 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")