pkgs/development/libraries: add missing descriptions and homepages
(#73312)
This commit is contained in:
parent
056bda4714
commit
96476e6b2a
|
@ -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;
|
||||
|
|
|
@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
|
|||
doCheck = stdenv.isLinux;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://libopenraw.freedesktop.org/wiki/Exempi/;
|
||||
description = "An implementation of XMP (Adobe's Extensible Metadata Platform)";
|
||||
homepage = "https://libopenraw.freedesktop.org/wiki/Exempi/";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
|
|
|
@ -7,7 +7,8 @@ stdenv.mkDerivation {
|
|||
};
|
||||
buildInputs = [ libusb ];
|
||||
meta = {
|
||||
homepage = https://code.google.com/archive/p/garmintools/; # community clone at https://github.com/ianmartin/garmintools
|
||||
description = "Provides the ability to communicate with the Garmin Forerunner 305 via the USB interface";
|
||||
homepage = "https://code.google.com/archive/p/garmintools/"; # community clone at https://github.com/ianmartin/garmintools
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
|
|
@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
|
|||
doCheck = stdenv.isx86_64;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = " A library for 2D/3D vectors and matrices and other mathematical objects, functions and data types for computer graphics";
|
||||
homepage = https://www.openexr.com/;
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
|
|
|
@ -10,6 +10,8 @@ stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = "A XMPP (Jabber) client library for instant messaging and presence";
|
||||
homepage = "http://www.igniterealtime.org/projects/smack/";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue