gnu: netpbm: Remove timestamps.
Fixes <https://bugs.gnu.org/27567>. * gnu/packages/netpbm.scm (netpbm)[source]: Remove timestamps.
This commit is contained in:
parent
a64b174751
commit
5bc42e1a46
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user