freetype: add brotli
This commit is contained in:
parent
b10a520017
commit
5aef081f74
@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv, fetchurl
|
{ lib, stdenv, fetchurl
|
||||||
, buildPackages, pkgsHostHost
|
, buildPackages, pkgsHostHost
|
||||||
, pkg-config, which, makeWrapper
|
, pkg-config, which, makeWrapper
|
||||||
, zlib, bzip2, libpng, gnumake, glib
|
, zlib, bzip2, brotli, libpng, gnumake, glib
|
||||||
|
|
||||||
, # FreeType supports LCD filtering (colloquially referred to as sub-pixel rendering).
|
, # FreeType supports LCD filtering (colloquially referred to as sub-pixel rendering).
|
||||||
# LCD filtering is also known as ClearType and covered by several Microsoft patents.
|
# LCD filtering is also known as ClearType and covered by several Microsoft patents.
|
||||||
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "sha256-R2byAVfMTPDNKS+Av5F/ktHEObJDrDAY3r9rkUDEGn8=";
|
sha256 = "sha256-R2byAVfMTPDNKS+Av5F/ktHEObJDrDAY3r9rkUDEGn8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zlib bzip2 libpng ]; # needed when linking against freetype
|
propagatedBuildInputs = [ zlib bzip2 brotli libpng ]; # needed when linking against freetype
|
||||||
|
|
||||||
# dependence on harfbuzz is looser than the reverse dependence
|
# dependence on harfbuzz is looser than the reverse dependence
|
||||||
nativeBuildInputs = [ pkg-config which makeWrapper ]
|
nativeBuildInputs = [ pkg-config which makeWrapper ]
|
||||||
|
Loading…
Reference in New Issue
Block a user