Removed unused jdkPlugin attribute

This commit is contained in:
Eelco Dolstra 2012-08-22 15:28:55 -04:00
parent 2bc9508034
commit ac73fc486c

View file

@ -2355,7 +2355,6 @@ let
jdk = if stdenv.isDarwin then openjdk else jdkdistro true false;
jre = jdkdistro false false;
jdkPlugin = lowPrio (jdkdistro true true);
jrePlugin = lowPrio (jdkdistro false true);
supportsJDK =