incrtcl: add license
This commit is contained in:
parent
cc476f04b8
commit
ba9d6b673a
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user