tcllib: Add missing meta attributes.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
bd130c34ec
commit
1ca55953fc
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue