mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openjdk12: Make reproducible.
* gnu/packages/java.scm (openjdk12)[arguments]<#:phases>[remove-timestamping]: Modify phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
edf8fc9a48
commit
d109a7322c
1 changed files with 5 additions and 0 deletions
|
@ -1652,6 +1652,11 @@ new Date();"))
|
|||
(string-append "Interpreter specific version of call_VM_base\n"
|
||||
" using MacroAssembler::call_VM_leaf_base;"))))))
|
||||
#~())
|
||||
(replace 'remove-timestamping
|
||||
(lambda _
|
||||
(substitute* "src/hotspot/share/runtime/vm_version.cpp"
|
||||
(("__DATE__") "")
|
||||
(("__TIME__") ""))))
|
||||
(replace 'fix-java-shebangs
|
||||
(lambda _
|
||||
;; 'blocked' was renamed to 'blacklisted' in this version for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue