gnu: java-jakarta-oro: Fix reproducibility issue.
* gnu/packages/java.scm (java-jakarta-oro)[arguments]: Do not record current date.master
parent
c1fb0d8ec9
commit
c1b11a52eb
|
@ -11880,6 +11880,7 @@ inside a Zip archive.")
|
|||
(build-system ant-build-system)
|
||||
(arguments
|
||||
`(#:build-target "package"
|
||||
#:make-flags (list "-DDATE" "(no recorded date for reproducibility)")
|
||||
#:tests? #f; tests are run as part of the build process
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Reference in New Issue