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
commit ae07f6c406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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