mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
tnt: add license
See "Disclaimer" at https://math.nist.gov/tnt/download.html
This commit is contained in:
parent
241a13cc70
commit
59da235188
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
homepage = https://math.nist.gov/tnt/;
|
||||
description = "Template Numerical Toolkit: C++ headers for array and matrices";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue