tcltls: Add missing meta attributes.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2012-09-09 06:38:25 +02:00
parent 1ca55953fc
commit 4f1b8117f3
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -22,4 +22,10 @@ stdenv.mkDerivation rec {
};
buildInputs = [ tcl openssl ];
meta = {
homepage = "http://tls.sourceforge.net/";
description = "An OpenSSL / RSA-bsafe Tcl extension";
license = stdenv.lib.licenses.tcltk;
};
}