freetype: add a long description
This commit is contained in:
parent
574bba7f06
commit
50c0011292
@ -64,7 +64,14 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A font rendering engine";
|
description = "A font rendering engine";
|
||||||
homepage = http://www.freetype.org/;
|
longDescription = ''
|
||||||
|
FreeType is a portable and efficient library for rendering fonts. It
|
||||||
|
supports TrueType, Type 1, CFF fonts, and WOFF, PCF, FNT, BDF and PFR
|
||||||
|
fonts. It has a bytecode interpreter and has an automatic hinter called
|
||||||
|
autofit which can be used instead of hinting instructions included in
|
||||||
|
fonts.
|
||||||
|
'';
|
||||||
|
homepage = https://www.freetype.org/;
|
||||||
license = licenses.gpl2Plus; # or the FreeType License (BSD + advertising clause)
|
license = licenses.gpl2Plus; # or the FreeType License (BSD + advertising clause)
|
||||||
#ToDo: encumbered = useEncumberedCode;
|
#ToDo: encumbered = useEncumberedCode;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user