mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: sendmail: Remove timestamps.
* gnu/packages/mail.scm (sendmail)[arguments]: Add 'remove-build-timestamps phase.
This commit is contained in:
parent
89ab76b810
commit
41cf573f0a
1 changed files with 8 additions and 0 deletions
|
@ -2888,6 +2888,14 @@ (define-public sendmail
|
|||
(arguments
|
||||
`(#: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
|
||||
(lambda _
|
||||
(substitute*
|
||||
|
|
Loading…
Reference in a new issue