Merge pull request #91264 from veprbl/pr/texlive_fix_scheme-infraonly

texlive: fix build for scheme-infraonly
This commit is contained in:
Dmitry Kalinkin
2020-06-23 14:58:15 -04:00
committed by GitHub

View File

@@ -49,6 +49,10 @@ in buildEnv {
ignoreCollisions = false;
paths = pkgList.nonbin;
pathsToLink = [
"/"
"/tex/generic/config" # make it a real directory for scheme-infraonly
];
buildInputs = [ makeWrapper ] ++ pkgList.extraInputs;