mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
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; {
|
||||
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)
|
||||
#ToDo: encumbered = useEncumberedCode;
|
||||
platforms = platforms.all;
|
||||
|
Loading…
Reference in New Issue
Block a user