gnu: netsurf: Remove timestamp from build.
* gnu/packages/web.scm (netsurf)[arguments]: Add 'remove-timestamps phase.
This commit is contained in:
parent
aaed8bab46
commit
76668c4b13
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user