ecj: Fix indentation

This commit is contained in:
Eelco Dolstra 2014-01-03 16:15:46 +01:00
parent 48701a3cef
commit 23e277b0de

View File

@ -7,6 +7,7 @@ let
javaExec = if isGCJ then "gij" else "java";
javaFlags = if isGCJ then "--cp" else "-cp";
in
stdenv.mkDerivation rec {
name = "ecj-${version}";
@ -53,7 +54,5 @@ EOF
# http://www.eclipse.org/legal/epl-v10.html (free software, copyleft)
license = "EPLv1.0";
maintainers = [ ];
};
}