forked from mirrors/nixpkgs
openjdk8: add setJavaClassPath
-hook to jdk as well (#69137)
openjdk8: add `setJavaClassPath`-hook to jdk as well
This commit is contained in:
commit
ae07f6c406
|
@ -219,6 +219,8 @@ let
|
||||||
ln -s $jre/lib/openjdk/jre $out/jre
|
ln -s $jre/lib/openjdk/jre $out/jre
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ setJavaClassPath ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
# Propagate the setJavaClassPath setup hook from the JRE so that
|
# Propagate the setJavaClassPath setup hook from the JRE so that
|
||||||
# any package that depends on the JRE has $CLASSPATH set up
|
# any package that depends on the JRE has $CLASSPATH set up
|
||||||
|
|
Loading…
Reference in a new issue