guix-commits
[Top][All Lists]
Advanced

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

03/87: gnu: java-jgit-4.2: Do not build with icedtea-7.


From: guix-commits
Subject: 03/87: gnu: java-jgit-4.2: Do not build with icedtea-7.
Date: Mon, 9 Jan 2023 18:27:27 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit f2066829038e2943fb4726534c1daa621d14457e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 00:25:34 2023 +0100

    gnu: java-jgit-4.2: Do not build with icedtea-7.
    
    * gnu/packages/java.scm (java-jgit-4.2)[arguments]: Do not override JDK.
---
 gnu/packages/java.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 655f524f92..9c069f788f 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -13142,8 +13142,7 @@ Git version control system, providing repository access 
routines, support for
 network protocols, and core version control algorithms.")
     (license license:edl1.0)))
 
-;; For axoloti.  This package can still be built with icedtea-7, which is
-;; currently used as the default JDK.
+;; For axoloti.
 (define-public java-jgit-4.2
   (package (inherit java-jgit)
     (version "4.2.0.201601211800-r")
@@ -13159,8 +13158,6 @@ network protocols, and core version control 
algorithms.")
     (build-system ant-build-system)
     (arguments
      (substitute-keyword-arguments (package-arguments java-jgit)
-       ;; Build for default JDK.
-       ((#:jdk _) icedtea-7)
        ((#:phases phases)
         `(modify-phases ,phases
            (add-after 'unpack 'use-latest-javaewah-API



reply via email to

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