Merge #60628: texlive.bin.core-big: fix build on darwin
This commit is contained in:
commit
ef5a977a53
@ -190,7 +190,7 @@ core-big = stdenv.mkDerivation { #TODO: upmendex
|
|||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
inherit (core) nativeBuildInputs;
|
inherit (core) nativeBuildInputs;
|
||||||
buildInputs = core.buildInputs ++ [ core cairo harfbuzz icu graphite2 ];
|
buildInputs = core.buildInputs ++ [ core cairo harfbuzz icu graphite2 libX11 ];
|
||||||
|
|
||||||
configureFlags = common.configureFlags
|
configureFlags = common.configureFlags
|
||||||
++ withSystemLibs [ "kpathsea" "ptexenc" "cairo" "harfbuzz" "icu" "graphite2" ]
|
++ withSystemLibs [ "kpathsea" "ptexenc" "cairo" "harfbuzz" "icu" "graphite2" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user