gnu: netpbm: Remove timestamps.

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

* gnu/packages/netpbm.scm (netpbm)[source]: Remove timestamps.
master
Danny Milosavljevic 2017-07-03 21:16:38 +02:00
parent a64b174751
commit 5bc42e1a46
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 3 additions and 0 deletions

View File

@ -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")