Merge #60628: texlive.bin.core-big: fix build on darwin

This commit is contained in:
Vladimír Čunát 2019-05-01 17:35:23 +02:00
commit ef5a977a53
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -190,7 +190,7 @@ core-big = stdenv.mkDerivation { #TODO: upmendex
hardeningDisable = [ "format" ];
inherit (core) nativeBuildInputs;
buildInputs = core.buildInputs ++ [ core cairo harfbuzz icu graphite2 ];
buildInputs = core.buildInputs ++ [ core cairo harfbuzz icu graphite2 libX11 ];
configureFlags = common.configureFlags
++ withSystemLibs [ "kpathsea" "ptexenc" "cairo" "harfbuzz" "icu" "graphite2" ]