jre_headless: add alias
This commit is contained in:
parent
17f14c893b
commit
1900f22760
@ -5182,6 +5182,7 @@ with pkgs;
|
||||
|
||||
jdk = if stdenv.isDarwin then jdk7 else jdk8;
|
||||
jre = if stdenv.isDarwin then jre7 else jre8;
|
||||
jre_headless = if stdenv.isDarwin then jre7 else jre8_headless;
|
||||
|
||||
openshot-qt = callPackage ../applications/video/openshot-qt { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user