mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
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
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ setJavaClassPath ];
|
||||
|
||||
preFixup = ''
|
||||
# Propagate the setJavaClassPath setup hook from the JRE so that
|
||||
# any package that depends on the JRE has $CLASSPATH set up
|
||||
|
Loading…
Reference in New Issue
Block a user