incrtcl: add license

This commit is contained in:
Markus Kowalewski 2018-11-01 20:52:49 +01:00
parent cc476f04b8
commit ba9d6b673a
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -22,9 +22,10 @@ stdenv.mkDerivation rec {
libPrefix = "itcl3.4";
};
meta = {
meta = with stdenv.lib; {
homepage = http://incrtcl.sourceforge.net/;
description = "Object Oriented Enhancements for Tcl/Tk";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.tcltk;
};
}