mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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 @@ (define-public openjdk12
|
|||
(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…
Reference in a new issue