tkabber-plugins: Add missing meta attributes.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
bf72d46084
commit
e18227378a
@ -12,4 +12,10 @@ stdenv.mkDerivation rec {
|
|||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
sed -e "s@/usr/local@$out@" -i Makefile
|
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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user