mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: java-bsh: Fix reproducibility issue.
* gnu/packages/java.scm (java-bsh)[arguments]: Do not record current date.
This commit is contained in:
parent
fc677fae03
commit
c1fb0d8ec9
1 changed files with 1 additions and 0 deletions
|
@ -9950,6 +9950,7 @@ annotations.")
|
|||
(arguments
|
||||
`(#:build-target "jarall"
|
||||
#:test-target "junit-tests-all"
|
||||
#:make-flags (list "-DDATE" "(no date for reproducibility)")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'install 'fix-pom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue