qhull: specify spdx license
This commit is contained in:
parent
96bd4d218d
commit
698b06dfe4
|
@ -613,6 +613,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
|
||||||
url = https://enterprise.dejacode.com/licenses/public/purdue-bsd;
|
url = https://enterprise.dejacode.com/licenses/public/purdue-bsd;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qhull = spdx {
|
||||||
|
spdxId = "Qhull";
|
||||||
|
fullName = "Qhull License";
|
||||||
|
};
|
||||||
|
|
||||||
qpl = spdx {
|
qpl = spdx {
|
||||||
spdxId = "QPL-1.0";
|
spdxId = "QPL-1.0";
|
||||||
fullName = "Q Public License 1.0";
|
fullName = "Q Public License 1.0";
|
||||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.qhull.org/;
|
homepage = http://www.qhull.org/;
|
||||||
description = "Compute the convex hull, Delaunay triangulation, Voronoi diagram and more";
|
description = "Compute the convex hull, Delaunay triangulation, Voronoi diagram and more";
|
||||||
license = licenses.free;
|
license = licenses.qhull;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ orivej ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue