mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ (define-syntax drop
|
|||
(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 a new issue