mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: java-jgit-4.2: Do not build with icedtea-7.
* gnu/packages/java.scm (java-jgit-4.2)[arguments]: Do not override JDK.
This commit is contained in:
parent
aac0605de3
commit
f206682903
1 changed files with 1 additions and 4 deletions
|
@ -13142,8 +13142,7 @@ Git version control system, providing repository access routines, support for
|
||||||
network protocols, and core version control algorithms.")
|
network protocols, and core version control algorithms.")
|
||||||
(license license:edl1.0)))
|
(license license:edl1.0)))
|
||||||
|
|
||||||
;; For axoloti. This package can still be built with icedtea-7, which is
|
;; For axoloti.
|
||||||
;; currently used as the default JDK.
|
|
||||||
(define-public java-jgit-4.2
|
(define-public java-jgit-4.2
|
||||||
(package (inherit java-jgit)
|
(package (inherit java-jgit)
|
||||||
(version "4.2.0.201601211800-r")
|
(version "4.2.0.201601211800-r")
|
||||||
|
@ -13159,8 +13158,6 @@ network protocols, and core version control algorithms.")
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments java-jgit)
|
(substitute-keyword-arguments (package-arguments java-jgit)
|
||||||
;; Build for default JDK.
|
|
||||||
((#:jdk _) icedtea-7)
|
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
`(modify-phases ,phases
|
`(modify-phases ,phases
|
||||||
(add-after 'unpack 'use-latest-javaewah-API
|
(add-after 'unpack 'use-latest-javaewah-API
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue