mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add jamvm.
* gnu/packages/java.scm (jamvm): New variable.
This commit is contained in:
parent
72885a4c8f
commit
8c6091e3a6
1 changed files with 7 additions and 0 deletions
|
@ -686,6 +686,13 @@ the standard javac executable. The tool runs on JamVM instead of SableVM.")))
|
||||||
("libltdl" ,libltdl)
|
("libltdl" ,libltdl)
|
||||||
("pkg-config" ,pkg-config))))))
|
("pkg-config" ,pkg-config))))))
|
||||||
|
|
||||||
|
(define-public jamvm
|
||||||
|
(package (inherit jamvm-bootstrap)
|
||||||
|
(inputs
|
||||||
|
`(("classpath" ,classpath-devel)
|
||||||
|
("ecj-javac-wrapper" ,ecj-javac-on-jamvm-wrapper)
|
||||||
|
("zlib" ,zlib)))))
|
||||||
|
|
||||||
(define-public java-swt
|
(define-public java-swt
|
||||||
(package
|
(package
|
||||||
(name "java-swt")
|
(name "java-swt")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue