mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
jama: add license
This commit is contained in:
parent
ba9d6b673a
commit
6afad9b00e
@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "jama-${version}";
|
||||
version = "1.2.5";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = https://math.nist.gov/tnt/jama125.zip;
|
||||
sha256 = "031ns526fvi2nv7jzzv02i7i5sjcyr0gj884i3an67qhsx8vyckl";
|
||||
@ -21,9 +21,10 @@ stdenv.mkDerivation rec {
|
||||
cp *.h $out/include
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://math.nist.gov/tnt/;
|
||||
description = "JAMA/C++ Linear Algebra Package: Java-like matrix C++ templates";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.publicDomain;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user