Fix syntax error after the marking up

svn path=/nixpkgs/trunk/; revision=16851
This commit is contained in:
Michael Raskin 2009-08-25 06:40:26 +00:00
parent 8baf01155b
commit 88ae620570

View File

@ -1918,10 +1918,10 @@ let
jdkdistro = installjdk: pluginSupport: jdkdistro = installjdk: pluginSupport:
platformPackage ["i686-linux" "x86_64-linux" "powerpc-linux"] platformPackage ["i686-linux" "x86_64-linux" "powerpc-linux"]
assert supportsJDK; (assert supportsJDK;
(if pluginSupport then appendToName "plugin" else x: x) (import ../development/compilers/jdk { (if pluginSupport then appendToName "plugin" else x: x) (import ../development/compilers/jdk {
inherit fetchurl stdenv unzip installjdk xlibs pluginSupport makeWrapper; inherit fetchurl stdenv unzip installjdk xlibs pluginSupport makeWrapper;
}); }));
jikes = import ../development/compilers/jikes { jikes = import ../development/compilers/jikes {
inherit fetchurl stdenv; inherit fetchurl stdenv;