opencsg: add license
This commit is contained in:
parent
8ff5a85c45
commit
4afe65f253
@ -26,13 +26,12 @@ stdenv.mkDerivation rec {
|
|||||||
cp license.txt "$out/share/doc/opencsg"
|
cp license.txt "$out/share/doc/opencsg"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Constructive Solid Geometry library";
|
description = "Constructive Solid Geometry library";
|
||||||
homepage = http://www.opencsg.org/;
|
homepage = http://www.opencsg.org/;
|
||||||
platforms = with stdenv.lib.platforms;
|
platforms = platforms.linux;
|
||||||
linux;
|
maintainers = [ maintainers.raskin ];
|
||||||
maintainers = with stdenv.lib.maintainers;
|
license = licenses.gpl2;
|
||||||
[raskin];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user