me
/
guix
Archived
1
0
Fork 0

gnu: rhino: Remove build timestamps.

* gnu/packages/javascript.scm (rhino)[arguments]: Add 'remove-build-dates
  phase.
Vagrant Cascadian 2022-06-05 11:03:22 -07:00 committed by Vagrant Cascadian
parent 7f85e7ce49
commit 14783af536
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 6 additions and 0 deletions

View File

@ -837,6 +837,12 @@ and vice versa.")
`(#:phases
(modify-phases
%standard-phases
(add-after 'unpack 'remove-build-dates
;; Avoid embedding build date for reproducible builds
(lambda _
(substitute*
"build.properties"
(("..implementation.date.") ""))))
(replace 'check
(lambda* (#:key tests? inputs native-inputs
#:allow-other-keys)