licenses: add stk

launchpad/nixpkgs/master
Bart Brouns 4 years ago
parent 2526f22723
commit f3301f6789
  1. 6
      lib/licenses.nix

@ -703,6 +703,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
free = false;
};
stk = {
shortName = "stk";
fullName = "Synthesis Tool Kit 4.3";
url = https://github.com/thestk/stk/blob/master/LICENSE;
};
tcltk = spdx {
spdxId = "TCL";
fullName = "TCL/TK License";

Loading…
Cancel
Save