me
/
guix
Archived
1
0
Fork 0

gnu: java-bsh: Fix reproducibility issue.

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

View File

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