From dc40fca23ff77bcbf525543975907511c76fb307 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Thu, 29 Mar 2018 21:22:16 -0500 Subject: nixpkgs: remove ancient 'ecj' package Nobody has stepped up to keep maintaining this and it's several years old, and the last strict Java 7 dependency, as it won't work with newer versions without an update. Signed-off-by: Austin Seipp --- doc/languages-frameworks/java.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'doc/languages-frameworks/java.xml') diff --git a/doc/languages-frameworks/java.xml b/doc/languages-frameworks/java.xml index 2d40a254cedf..2507cc2c469a 100644 --- a/doc/languages-frameworks/java.xml +++ b/doc/languages-frameworks/java.xml @@ -62,16 +62,7 @@ depending on the JDK at runtime. It is possible to use a different Java compiler than javac from the OpenJDK. For instance, to use the -Eclipse Java Compiler: - - -buildInputs = [ jre ant ecj ]; - - -(Note that here you don’t need the full JDK as an input, but just the -JRE.) The ECJ has a stdenv setup hook that sets some environment -variables to cause Ant to use ECJ, but this doesn’t work with all Ant -files. Similarly, you can use the GNU Java Compiler: +GNU Java Compiler: buildInputs = [ gcj ant ]; -- cgit 1.4.1