gnu: java-jakarta-oro: Fix reproducibility issue.

* gnu/packages/java.scm (java-jakarta-oro)[arguments]: Do not record
current date.
This commit is contained in:
Julien Lepiller 2020-07-28 02:13:54 +02:00
parent c1fb0d8ec9
commit c1b11a52eb
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 1 additions and 0 deletions

View File

@ -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