[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
- branch staging updated (0d65f7daae -> d9bcd1a8d6), guix-commits, 2023/01/09
- 01/87: gnu: Move Java XML packages to new module., guix-commits, 2023/01/09
- 03/87: gnu: java-jgit-4.2: Do not build with icedtea-7.,
guix-commits <=
- 02/87: gnu: Move Java bootstrap packages to separate module., guix-commits, 2023/01/09
- 06/87: gnu: java-cisd-args4j: Use later version of ECJ., guix-commits, 2023/01/09
- 07/87: gnu: java-cisd-args4j: Do not build with icedtea-7., guix-commits, 2023/01/09
- 09/87: gnu: java-ecj: Do not inherit from java-ecj-3., guix-commits, 2023/01/09
- 12/87: gnu: ant-apache-bcel: Fix inheritance by using gexp., guix-commits, 2023/01/09
- 13/87: gnu: ant-junit: Fix inheritance by using gexp., guix-commits, 2023/01/09
- 16/87: gnu: ikiwiki: Add missing inputs., guix-commits, 2023/01/09
- 17/87: gnu: ikiwiki: Remove input labels., guix-commits, 2023/01/09
- 18/87: home: environment-variables: Return support for file-likes and gexps., guix-commits, 2023/01/09
- 19/87: home: environment-variables: Fix escaping., guix-commits, 2023/01/09