mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add java-openjfx-media.
* gnu/packages/java.scm (java-openjfx-media): New variable.
This commit is contained in:
parent
36f73d7058
commit
68a13319aa
1 changed files with 15 additions and 0 deletions
|
@ -2413,6 +2413,21 @@ (define-public java-openjfx-graphics
|
|||
applications. This package contains graphics-related classes for the
|
||||
OpenJFX distribution.")))
|
||||
|
||||
(define-public java-openjfx-media
|
||||
(package (inherit java-openjfx-build)
|
||||
(name "java-openjfx-media")
|
||||
(propagated-inputs
|
||||
`(("java-openjxf-graphics" ,java-openjfx-graphics)))
|
||||
(arguments
|
||||
`(#:jar-name "java-openjfx-media.jar"
|
||||
#:source-dir "modules/media/src/main/java"
|
||||
#:tests? #f)); no tests
|
||||
(description "OpenJFX is a client application platform for desktop,
|
||||
mobile and embedded systems built on Java. Its goal is to produce a
|
||||
modern, efficient, and fully featured toolkit for developing rich client
|
||||
applications. This package contains media-related classes for the
|
||||
OpenJFX distribution.")))
|
||||
|
||||
(define-public javacc-4
|
||||
(package
|
||||
(name "javacc")
|
||||
|
|
Loading…
Reference in a new issue