mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: OpenJDK: Build with GNU Make 4.2.
* gnu/packages/base.scm (gnu-make-4.2): New public variable. * gnu/packages/java.scm (openjdk9, openjdk10, openjdk11, openjdk12)[native-inputs]: Add it.
This commit is contained in:
parent
313bf502b5
commit
5fd0c288cf
2 changed files with 31 additions and 0 deletions
|
@ -1880,6 +1880,9 @@ new Date();"))
|
|||
(native-inputs
|
||||
`(("icedtea-8" ,icedtea-8)
|
||||
("icedtea-8:jdk" ,icedtea-8 "jdk")
|
||||
;; XXX: The build system is not particularly parallel safe and
|
||||
;; fails with newer versions of GNU Make.
|
||||
("make@4.2" ,gnu-make-4.2)
|
||||
("unzip" ,unzip)
|
||||
("which" ,which)
|
||||
("zip" ,zip)))
|
||||
|
@ -1936,6 +1939,7 @@ new Date();"))
|
|||
(native-inputs
|
||||
`(("openjdk9" ,openjdk9)
|
||||
("openjdk9:jdk" ,openjdk9 "jdk")
|
||||
("make@4.2" ,gnu-make-4.2)
|
||||
("unzip" ,unzip)
|
||||
("which" ,which)
|
||||
("zip" ,zip)))))
|
||||
|
@ -2156,6 +2160,7 @@ new Date();"))
|
|||
`(("autoconf" ,autoconf)
|
||||
("openjdk10" ,openjdk10)
|
||||
("openjdk10:jdk" ,openjdk10 "jdk")
|
||||
("make" ,gnu-make-4.2)
|
||||
("pkg-config" ,pkg-config)
|
||||
("unzip" ,unzip)
|
||||
("which" ,which)
|
||||
|
@ -2204,6 +2209,7 @@ new Date();"))
|
|||
`(("autoconf" ,autoconf)
|
||||
("openjdk11" ,openjdk11)
|
||||
("openjdk11:jdk" ,openjdk11 "jdk")
|
||||
("make@4.2" ,gnu-make-4.2)
|
||||
("pkg-config" ,pkg-config)
|
||||
("unzip" ,unzip)
|
||||
("which" ,which)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue