diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 05:54:26 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:09 +0200 |
commit | 56755efff3df3677b81f854bdc539238061562a3 (patch) | |
tree | b4374d771fcc2d6ba554e0b260339ab30fe1e411 | |
parent | aadfa12f714291f2f5bc6c81e2eeeb7e726adeb9 (diff) | |
download | guix-56755efff3df3677b81f854bdc539238061562a3.tar.gz |
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>
-rw-r--r-- | gnu/packages/gstreamer.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 9186962b0c..6f61af467c 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) |