Merge pull request #91264 from veprbl/pr/texlive_fix_scheme-infraonly
texlive: fix build for scheme-infraonly
This commit is contained in:
commit
02c71d719d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user