gnu: java-bsh: Fix reproducibility issue.
* gnu/packages/java.scm (java-bsh)[arguments]: Do not record current date.master
parent
fc677fae03
commit
c1fb0d8ec9
|
@ -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
|
||||
|
|
Reference in New Issue