mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rhino: Remove build timestamps.
* gnu/packages/javascript.scm (rhino)[arguments]: Add 'remove-build-dates phase.
This commit is contained in:
parent
7f85e7ce49
commit
14783af536
1 changed files with 6 additions and 0 deletions
|
@ -837,6 +837,12 @@ and vice versa.")
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases
|
(modify-phases
|
||||||
%standard-phases
|
%standard-phases
|
||||||
|
(add-after 'unpack 'remove-build-dates
|
||||||
|
;; Avoid embedding build date for reproducible builds
|
||||||
|
(lambda _
|
||||||
|
(substitute*
|
||||||
|
"build.properties"
|
||||||
|
(("..implementation.date.") ""))))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? inputs native-inputs
|
(lambda* (#:key tests? inputs native-inputs
|
||||||
#:allow-other-keys)
|
#:allow-other-keys)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue