From d3769751015ac2d3cd298385340cc8fa9f03e20e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sun, 22 Jun 2014 22:36:23 +0200 Subject: [PATCH] axis: add meta.description --- pkgs/development/libraries/axis/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/libraries/axis/default.nix b/pkgs/development/libraries/axis/default.nix index be11098d2c79..62ae463b5fc8 100644 --- a/pkgs/development/libraries/axis/default.nix +++ b/pkgs/development/libraries/axis/default.nix @@ -9,4 +9,8 @@ stdenv.mkDerivation { md5 = "dd8203f08c37872f4fd2bfb45c4bfe04"; }; inherit stdenv; + + meta = { + description = "Implementation of the SOAP (Simple Object Access Protocol) submission to W3C"; + }; }