guix-commits
[Top][All Lists]
Advanced

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

branch wip-desktop updated: gnu: openni2: Replace openjdk with icedtea.


From: guix-commits
Subject: branch wip-desktop updated: gnu: openni2: Replace openjdk with icedtea.
Date: Mon, 17 Aug 2020 09:30:51 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/wip-desktop by this push:
     new c35ff4e  gnu: openni2: Replace openjdk with icedtea.
c35ff4e is described below

commit c35ff4eef550ae585a89a8d9b77f756fda18dd77
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]