idea: restrict packages to oraclejdk8
This commit is contained in:
parent
b444fe98a5
commit
56fdc71013
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, makeDesktopItem, makeWrapper, patchelf, p7zip, jdk
|
{ stdenv, fetchurl, makeDesktopItem, makeWrapper, patchelf, p7zip, oraclejdk8
|
||||||
, coreutils, gnugrep, which, git, python, unzip, androidsdk
|
, coreutils, gnugrep, which, git, python, unzip, androidsdk
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -6,6 +6,10 @@ assert stdenv.isLinux;
|
|||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
|
# After IDEA 15 we can no longer use OpenJDK.
|
||||||
|
# https://youtrack.jetbrains.com/issue/IDEA-147272
|
||||||
|
jdk = oraclejdk8;
|
||||||
|
|
||||||
mkIdeaProduct = with stdenv.lib;
|
mkIdeaProduct = with stdenv.lib;
|
||||||
{ name, product, version, build, src, meta }:
|
{ name, product, version, build, src, meta }:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user