about summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/apache-ant/core-apache-ant.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/build-managers/apache-ant/core-apache-ant.nix')
-rw-r--r--pkgs/development/tools/build-managers/apache-ant/core-apache-ant.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/tools/build-managers/apache-ant/core-apache-ant.nix b/pkgs/development/tools/build-managers/apache-ant/core-apache-ant.nix
deleted file mode 100644
index 668a6c4d6b56..000000000000
--- a/pkgs/development/tools/build-managers/apache-ant/core-apache-ant.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{stdenv, fetchurl}:
-
-stdenv.mkDerivation {
-  name = "core-apache-ant-1.6.5";
-  realname = "apache-ant-1.6.5";
-
-  builder = ./core-builder.sh;
-  src = fetchurl {
-    url = http://apache.surfnet.nl/ant/binaries/apache-ant-1.6.5-bin.tar.bz2;
-    md5 = "26031ee1a2fd248ad0cc2e7f17c44c39";
-  };
-}