mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
oraclejdk8: jmc is only available in jdk, not in jre
This commit is contained in:
parent
54e87bad04
commit
d510563837
1 changed files with 4 additions and 2 deletions
|
@ -165,8 +165,10 @@ let result = stdenv.mkDerivation rec {
|
|||
EOF
|
||||
|
||||
# Oracle Java Mission Control needs to know where libgtk-x11 and related is
|
||||
wrapProgram "$out/bin/jmc" \
|
||||
--suffix-each LD_LIBRARY_PATH ':' "${rpath}" \
|
||||
if test -n "$installjdk"; then
|
||||
wrapProgram "$out/bin/jmc" \
|
||||
--suffix-each LD_LIBRARY_PATH ':' "${rpath}"
|
||||
fi
|
||||
'';
|
||||
|
||||
inherit installjdk pluginSupport;
|
||||
|
|
Loading…
Reference in a new issue