[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: java-jgit-4.2: Do not build with icedtea-7.
From: |
guix-commits |
Subject: |
01/11: gnu: java-jgit-4.2: Do not build with icedtea-7. |
Date: |
Sun, 8 Jan 2023 18:49:46 -0500 (EST) |
rekado pushed a commit to branch master
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
- branch master updated (aac0605de3 -> 9e14a7b4d2), guix-commits, 2023/01/08
- 08/11: gnu: java-cisd-jhdf5: Remove trailing #T., guix-commits, 2023/01/08
- 01/11: gnu: java-jgit-4.2: Do not build with icedtea-7.,
guix-commits <=
- 02/11: gnu: java-jgit-4.2: Remove trailing #T from build phase., guix-commits, 2023/01/08
- 03/11: gnu: java-cisd-args4j: Remove trailing #T from build phase., guix-commits, 2023/01/08
- 04/11: gnu: java-cisd-args4j: Use later version of ECJ., guix-commits, 2023/01/08
- 05/11: gnu: java-cisd-args4j: Do not build with icedtea-7., guix-commits, 2023/01/08
- 06/11: gnu: Remove java-ecj-3.5., guix-commits, 2023/01/08
- 09/11: gnu: java-cisd-jhdf5: Do not override default JDK., guix-commits, 2023/01/08
- 10/11: gnu: ant-apache-bcel: Fix inheritance by using gexp., guix-commits, 2023/01/08
- 07/11: gnu: java-ecj: Do not inherit from java-ecj-3., guix-commits, 2023/01/08
- 11/11: gnu: ant-junit: Fix inheritance by using gexp., guix-commits, 2023/01/08