guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: sendmail: Remove timestamps.


From: guix-commits
Subject: branch master updated: gnu: sendmail: Remove timestamps.
Date: Sun, 05 Jun 2022 20:33:45 -0400

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 41cf573f0a gnu: sendmail: Remove timestamps.
41cf573f0a is described below

commit 41cf573f0a4fefb0539174b46cfe65e9db128870
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Sun Jun 5 10:33:53 2022 -0700

    gnu: sendmail: Remove timestamps.
    
    * gnu/packages/mail.scm (sendmail)[arguments]: Add 'remove-build-timestamps
      phase.
---
 gnu/packages/mail.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d4f483e45e..7116b2bb34 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2888,6 +2888,14 @@ powerful user customization features.")
     (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*



reply via email to

[Prev in Thread] Current Thread [Next in Thread]