Fix syntax error after the marking up
svn path=/nixpkgs/trunk/; revision=16851
This commit is contained in:
parent
8baf01155b
commit
88ae620570
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user