3
0
Fork 0
forked from mirrors/nixpkgs

axis2: add meta.description

This commit is contained in:
Bjørn Forsman 2014-06-22 22:38:27 +02:00
parent d376975101
commit 5082caa72d

View file

@ -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";
};
}