mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
jre_headless: add alias
This commit is contained in:
parent
17f14c893b
commit
1900f22760
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue