From 76668c4b1356fd0c9be4ae4297cc7ad2141c2060 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 2 Jun 2022 13:11:33 -0700 Subject: 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(+) (limited to 'gnu/packages/web.scm') 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" -- cgit v1.2.3