gnu: sendmail: Remove timestamps.
* gnu/packages/mail.scm (sendmail)[arguments]: Add 'remove-build-timestamps phase.
This commit is contained in:
parent
89ab76b810
commit
41cf573f0a
@ -2888,6 +2888,14 @@ powerful user customization features.")
|
|||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'remove-build-timestamps
|
||||||
|
;; Avoid embedding timestamps for reproducible build
|
||||||
|
(lambda _
|
||||||
|
(substitute*
|
||||||
|
(list
|
||||||
|
"devtools/bin/configure.sh"
|
||||||
|
"cf/sh/makeinfo.sh")
|
||||||
|
(("on `date`") ""))))
|
||||||
(add-before 'build 'replace-/bin/sh
|
(add-before 'build 'replace-/bin/sh
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute*
|
(substitute*
|
||||||
|
Loading…
Reference in New Issue
Block a user