mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: openni2: Replace openjdk with icedtea.
* gnu/packages/gstreamer.scm (openni2) [native-inputs]: Replace openjdk with icedtea. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
aadfa12f71
commit
56755efff3
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ (define-public openni2
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("graphviz" ,graphviz)
|
`(("graphviz" ,graphviz)
|
||||||
("doxygen" ,doxygen)
|
("doxygen" ,doxygen)
|
||||||
("openjdk" ,openjdk14)
|
("jdk" ,icedtea "jdk")
|
||||||
("openjdk:jdk" ,openjdk14 "jdk")
|
("jre" ,icedtea)
|
||||||
("python" ,python-wrapper)))
|
("python" ,python-wrapper)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("freeglut3" ,freeglut)
|
`(("freeglut3" ,freeglut)
|
||||||
|
|
Loading…
Reference in a new issue