mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:21:57 +03:00
jasper: add license
This commit is contained in:
parent
6afad9b00e
commit
b13ab27360
@ -400,6 +400,10 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
free = false;
|
free = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
jasper = spdx {
|
||||||
|
spdxId = "JasPer-2.0";
|
||||||
|
fullName = "JasPer License";
|
||||||
|
};
|
||||||
|
|
||||||
lgpl2 = spdx {
|
lgpl2 = spdx {
|
||||||
spdxId = "LGPL-2.0";
|
spdxId = "LGPL-2.0";
|
||||||
|
@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://www.ece.uvic.ca/~frodo/jasper/;
|
homepage = https://www.ece.uvic.ca/~frodo/jasper/;
|
||||||
description = "JPEG2000 Library";
|
description = "JPEG2000 Library";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.jasper;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user