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
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

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;