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)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:build-target "package"
|
`(#:build-target "package"
|
||||||
|
#:make-flags (list "-DDATE" "(no recorded date for reproducibility)")
|
||||||
#:tests? #f; tests are run as part of the build process
|
#:tests? #f; tests are run as part of the build process
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue