ecj: Fix indentation
This commit is contained in:
parent
48701a3cef
commit
23e277b0de
@ -7,6 +7,7 @@ let
|
|||||||
javaExec = if isGCJ then "gij" else "java";
|
javaExec = if isGCJ then "gij" else "java";
|
||||||
javaFlags = if isGCJ then "--cp" else "-cp";
|
javaFlags = if isGCJ then "--cp" else "-cp";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ecj-${version}";
|
name = "ecj-${version}";
|
||||||
|
|
||||||
@ -53,7 +54,5 @@ EOF
|
|||||||
|
|
||||||
# http://www.eclipse.org/legal/epl-v10.html (free software, copyleft)
|
# http://www.eclipse.org/legal/epl-v10.html (free software, copyleft)
|
||||||
license = "EPLv1.0";
|
license = "EPLv1.0";
|
||||||
|
|
||||||
maintainers = [ ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user