guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: java-bsh: Fix reproducibility issue.


From: guix-commits
Subject: branch master updated: gnu: java-bsh: Fix reproducibility issue.
Date: Mon, 27 Jul 2020 20:00:28 -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 c1fb0d8  gnu: java-bsh: Fix reproducibility issue.
c1fb0d8 is described below

commit c1fb0d8ec92bbe049daa5dec01df35db1b1a217a
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Jul 28 01:53:08 2020 +0200

    gnu: java-bsh: Fix reproducibility issue.
    
    * gnu/packages/java.scm (java-bsh)[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 8df45e0..435c2e6 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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



reply via email to

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