mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
openjdk: Fix #17603
This commit is contained in:
parent
d163882770
commit
8a7afae58b
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ let
|
|||
|
||||
ln -s $out/lib/openjdk/bin $out/bin
|
||||
ln -s $jre/lib/openjdk/jre/bin $jre/bin
|
||||
ln -s $jre/lib/openjdk/jre $out/jre
|
||||
'';
|
||||
|
||||
# FIXME: this is unnecessary once the multiple-outputs branch is merged.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue