texlive.bin.core-big: add libX11 to buildInputs
metafont requires libX11
This commit is contained in:
parent
ebbeae56bd
commit
2c6ecba31e
1 changed files with 1 additions and 1 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue