forked from mirrors/nixpkgs
axis2: add meta.description
This commit is contained in:
parent
d376975101
commit
5082caa72d
|
@ -10,4 +10,8 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [ unzip apacheAnt jdk ];
|
||||
builder = ./builder.sh;
|
||||
|
||||
meta = {
|
||||
description = "Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue