texlive: fix build for scheme-infraonly

This commit is contained in:
Dmitry Kalinkin
2020-06-22 01:08:45 -04:00
parent 74c8e34ece
commit 8852a81022
@@ -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;