licenses: add stk

+6
+6
lib/licenses.nix
··· 703 703 free = false; 704 704 }; 705 705 706 + stk = { 707 + shortName = "stk"; 708 + fullName = "Synthesis Tool Kit 4.3"; 709 + url = https://github.com/thestk/stk/blob/master/LICENSE; 710 + }; 711 + 706 712 tcltk = spdx { 707 713 spdxId = "TCL"; 708 714 fullName = "TCL/TK License";