tcl: Set license to licenses.tcltk.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
ce1c6fe0fd
commit
ae32dd91d4
|
@ -18,6 +18,7 @@ stdenv.mkDerivation {
|
||||||
meta = {
|
meta = {
|
||||||
description = "The Tcl scription language";
|
description = "The Tcl scription language";
|
||||||
homepage = http://www.tcl.tk/;
|
homepage = http://www.tcl.tk/;
|
||||||
|
license = stdenv.lib.licenses.tcltk;
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
|
Loading…
Reference in New Issue