jre_headless: add alias

This commit is contained in:
Nikolay Amiantov 2017-02-08 21:35:58 +03:00
parent 17f14c893b
commit 1900f22760

View File

@ -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 { };