1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 22:35:57 +02:00

gnu: netpbm: Remove timestamps.

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

* gnu/packages/netpbm.scm (netpbm)[source]: Remove timestamps.
This commit is contained in:
Danny Milosavljevic
2017-07-03 21:16:38 +02:00
parent a64b174751
commit 5bc42e1a46
+3
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")