[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: netsurf: Remove timestamp from build.
From: |
guix-commits |
Subject: |
branch master updated: gnu: netsurf: Remove timestamp from build. |
Date: |
Thu, 02 Jun 2022 16:17:04 -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 76668c4b13 gnu: netsurf: Remove timestamp from build.
76668c4b13 is described below
commit 76668c4b1356fd0c9be4ae4297cc7ad2141c2060
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Thu Jun 2 13:11:33 2022 -0700
gnu: netsurf: Remove timestamp from build.
* gnu/packages/web.scm (netsurf)[arguments]: Add 'remove-timestamps phase.
---
gnu/packages/web.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 8c74f742f6..8306ea54fb 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5526,6 +5526,12 @@ w3c webidl files and a binding configuration file.")
#:phases
(modify-phases %standard-phases
(delete 'configure)
+ (add-after 'unpack 'remove-timestamps
+ ;; Avoid embedding timestamp for reproducible builds
+ (lambda _
+ (substitute* "utils/git-testament.pl"
+ (("WT_COMPILEDATE ..$compiledate")
+ "WT_COMPILEDATE \\\""))))
(add-after 'build 'adjust-welcome
(lambda _
(substitute* "frontends/gtk/res/welcome.html"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: netsurf: Remove timestamp from build.,
guix-commits <=