dannym pushed a commit to branch wip-desktop
in repository guix.

commit 074595e0b2058053bf5a482a6ce285948a756421
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 05:54:26 2020 -0400

    gnu: openni2: Replace openjdk with icedtea.
    
    * gnu/packages/gstreamer.scm (openni2) [native-inputs]: Replace
    openjdk with icedtea.
    
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/gstreamer.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 9186962..6f61af4 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -120,8 +120,8 @@
     (native-inputs
      `(("graphviz" ,graphviz)
        ("doxygen" ,doxygen)
-       ("openjdk" ,openjdk14)
-       ("openjdk:jdk" ,openjdk14 "jdk")
+       ("jdk" ,icedtea "jdk")
+       ("jre" ,icedtea)
        ("python" ,python-wrapper)))
     (inputs
      `(("freeglut3" ,freeglut)

Reply via email to