From f3301f67894ba8d3614f4eb839f28a85ebd767d9 Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Wed, 2 Dec 2020 12:38:02 +0100 Subject: licenses: add stk --- lib/licenses.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/licenses.nix b/lib/licenses.nix index 850de29e7d1..d47deccfec3 100644 --- a/lib/licenses.nix +++ b/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"; -- cgit 1.4.1