freetype: ran nixpkgs-fmt

This commit is contained in:
Sean Link
2023-12-05 11:09:23 -07:00
parent f8012b8090
commit 08fa5394e3
@@ -1,14 +1,24 @@
{ lib, stdenv, fetchurl
, buildPackages, pkgsHostHost
, pkg-config, which, makeWrapper
, zlib, bzip2, brotli, libpng, gnumake, glib
{ lib
, stdenv
, fetchurl
, buildPackages
, pkgsHostHost
, pkg-config
, which
, makeWrapper
, zlib
, bzip2
, brotli
, libpng
, gnumake
, glib
, # FreeType supports LCD filtering (colloquially referred to as sub-pixel rendering).
# LCD filtering is also known as ClearType and covered by several Microsoft patents.
# This option allows it to be disabled. See http://www.freetype.org/patents.html.
useEncumberedCode ? true
# for passthru.tests
# for passthru.tests
, cairo
, fontforge
, ghostscript