guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

395/401: gnu: openni2: Replace openjdk with icedtea.


From: guix-commits
Subject: 395/401: gnu: openni2: Replace openjdk with icedtea.
Date: Tue, 18 Aug 2020 16:22:33 -0400 (EDT)

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

commit 074595e0b2058053bf5a482a6ce285948a756421
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
 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

[Prev in Thread] Current Thread [Next in Thread]