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
commit 02c71d719d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;