openjdk8: add setJavaClassPath-hook to jdk as well (#69137)

openjdk8: add `setJavaClassPath`-hook to jdk as well
This commit is contained in:
Jörg Thalheim
2019-09-21 09:37:37 +01:00
committed by GitHub

View File

@@ -219,6 +219,8 @@ let
ln -s $jre/lib/openjdk/jre $out/jre
'';
propagatedBuildInputs = [ setJavaClassPath ];
preFixup = ''
# Propagate the setJavaClassPath setup hook from the JRE so that
# any package that depends on the JRE has $CLASSPATH set up