pkgs/development/libraries: add missing descriptions and homepages

(#73312)
This commit is contained in:
Christine Koppelt
2019-11-17 10:41:21 +01:00
committed by Renaud
parent 056bda4714
commit 96476e6b2a
5 changed files with 9 additions and 3 deletions
@@ -15,11 +15,12 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ninja unzip ];
meta = with stdenv.lib; {
description = "A polygon and line clipping and offsetting library (C++, C#, Delphi)";
longDescription = ''
The Clipper library performs line & polygon clipping - intersection, union, difference & exclusive-or,
and line & polygon offsetting. The library is based on Vatti's clipping algorithm.
'';
homepage = https://sourceforge.net/projects/polyclipping;
homepage = "https://sourceforge.net/projects/polyclipping";
license = licenses.boost;
maintainers = with maintainers; [ mpickering ];
platforms = with platforms; unix;