axis: add meta.description

This commit is contained in:
Bjørn Forsman 2014-06-22 22:36:23 +02:00
parent 6c2d696f42
commit d376975101

View File

@ -9,4 +9,8 @@ stdenv.mkDerivation {
md5 = "dd8203f08c37872f4fd2bfb45c4bfe04";
};
inherit stdenv;
meta = {
description = "Implementation of the SOAP (Simple Object Access Protocol) submission to W3C";
};
}