guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: java-jakarta-oro: Fix reproducibility issue.


From: guix-commits
Subject: branch master updated: gnu: java-jakarta-oro: Fix reproducibility issue.
Date: Mon, 27 Jul 2020 20:15:49 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c1b11a5  gnu: java-jakarta-oro: Fix reproducibility issue.
c1b11a5 is described below

commit c1b11a52eb149399b2ab172079225ca83f24e584
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Jul 28 02:13:54 2020 +0200

    gnu: java-jakarta-oro: Fix reproducibility issue.
    
    * gnu/packages/java.scm (java-jakarta-oro)[arguments]: Do not record
    current date.
---
 gnu/packages/java.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 435c2e6..3590ea9 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]