texlive: fix build for scheme-infraonly

This commit is contained in:
Dmitry Kalinkin
2020-06-21 22:28:32 -04:00
parent 74c8e34ece
commit 8852a81022

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;