From 4f1b8117f33de8de4291293cdb0adb7ababd0fae Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 9 Sep 2012 06:38:25 +0200 Subject: tcltls: Add missing meta attributes. Signed-off-by: aszlig --- pkgs/development/libraries/tcltls/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs/development/libraries/tcltls') diff --git a/pkgs/development/libraries/tcltls/default.nix b/pkgs/development/libraries/tcltls/default.nix index 3f984c377dd..278fed37514 100644 --- a/pkgs/development/libraries/tcltls/default.nix +++ b/pkgs/development/libraries/tcltls/default.nix @@ -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; + }; } -- cgit 1.4.1