tcllib: Add missing meta attributes.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2012-09-09 06:34:50 +02:00
parent bd130c34ec
commit 1ca55953fc

View File

@@ -14,4 +14,10 @@ stdenv.mkDerivation rec {
};
buildInputs = [ tcl ];
meta = {
homepage = "http://tcl.activestate.com/software/tcllib/";
description = "Tcl-only library of standard routines for Tcl";
license = stdenv.lib.licenses.tcltk;
};
}