tnt: add license
See "Disclaimer" at https://math.nist.gov/tnt/download.html
This commit is contained in:
parent
241a13cc70
commit
59da235188
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = https://math.nist.gov/tnt/;
|
homepage = https://math.nist.gov/tnt/;
|
||||||
description = "Template Numerical Toolkit: C++ headers for array and matrices";
|
description = "Template Numerical Toolkit: C++ headers for array and matrices";
|
||||||
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user