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
1 changed files with 2 additions and 2 deletions

View File

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