From e18227378a3983dc1f23cc67fc6798c3a50ebb9f Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 9 Sep 2012 05:51:56 +0200 Subject: [PATCH] tkabber-plugins: Add missing meta attributes. Signed-off-by: aszlig --- .../instant-messengers/tkabber-plugins/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/applications/networking/instant-messengers/tkabber-plugins/default.nix b/pkgs/applications/networking/instant-messengers/tkabber-plugins/default.nix index 236f03ffba6..b46133e433e 100644 --- a/pkgs/applications/networking/instant-messengers/tkabber-plugins/default.nix +++ b/pkgs/applications/networking/instant-messengers/tkabber-plugins/default.nix @@ -12,4 +12,10 @@ stdenv.mkDerivation rec { configurePhase = '' sed -e "s@/usr/local@$out@" -i Makefile ''; + + meta = { + homepage = "http://tkabber.jabber.ru/tkabber-plugins"; + description = "Plugins for the Tkabber instant messenger"; + license = stdenv.lib.licenses.gpl2; + }; }