axis: remove the unused vulnerable version 1.3

This commit is contained in:
Vladimír Čunát 2014-08-30 11:07:56 +02:00
parent f175833fd6
commit 9c615653ea
3 changed files with 0 additions and 23 deletions

View File

@ -1,5 +0,0 @@
source $stdenv/setup
mkdir -p $out
unpackPhase
mv $directory/* $out

View File

@ -1,16 +0,0 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "axis-1.3";
directory = "axis-1_3";
builder = ./builder.sh;
src = fetchurl {
url = "http://archive.apache.org/dist/ws/axis/1_3/axis-bin-1_3.tar.gz";
md5 = "dd8203f08c37872f4fd2bfb45c4bfe04";
};
inherit stdenv;
meta = {
description = "Implementation of the SOAP (Simple Object Access Protocol) submission to W3C";
};
}

View File

@ -4364,8 +4364,6 @@ let
audiofile = callPackage ../development/libraries/audiofile { };
axis = callPackage ../development/libraries/axis { };
babl_0_0_22 = callPackage ../development/libraries/babl/0_0_22.nix { };
babl = callPackage ../development/libraries/babl { };