cairo: add infinality patches
This commit is contained in:
parent
e3ab0826c2
commit
c8658f9da8
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, pkgconfig, libiconv, libintlOrEmpty
|
{ stdenv, fetchurl, fetchFromGitHub, pkgconfig, libiconv, libintlOrEmpty
|
||||||
, expat, zlib, libpng, pixman, fontconfig, freetype, xorg
|
, expat, zlib, libpng, pixman, fontconfig, freetype, xorg
|
||||||
, gobjectSupport ? true, glib
|
, gobjectSupport ? true, glib
|
||||||
, xcbSupport ? true # no longer experimental since 1.12
|
, xcbSupport ? true # no longer experimental since 1.12
|
||||||
@ -19,6 +19,17 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0lmjlzmghmr27y615px9hkm552x7ap6pmq9mfbzr6smp8y2b6g31";
|
sha256 = "0lmjlzmghmr27y615px9hkm552x7ap6pmq9mfbzr6smp8y2b6g31";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
infinality = fetchFromGitHub {
|
||||||
|
owner = "bohoomil";
|
||||||
|
repo = "fontconfig-ultimate";
|
||||||
|
rev = "730f5e77580677e86522c1f2119aa78803741759";
|
||||||
|
sha256 = "1hbrdpm6xcczs2c2iid7by8h7dsd0jcf7an88s150njyqnjzxjg7";
|
||||||
|
};
|
||||||
|
|
||||||
|
prePatch = ''
|
||||||
|
patches="$patches $(echo $infinality/*_cairo-iu/*.patch)"
|
||||||
|
'';
|
||||||
|
|
||||||
outputs = [ "dev" "out" "docdev" ];
|
outputs = [ "dev" "out" "docdev" ];
|
||||||
outputBin = "dev"; # very small
|
outputBin = "dev"; # very small
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user