Merge pull request #82642 from magnetophon/faustPhysicalModeling

This commit is contained in:
Sandro
2021-06-06 01:39:04 +02:00
committed by GitHub
4 changed files with 88 additions and 0 deletions

View File

@@ -734,6 +734,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";