mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
texlive: fix build for scheme-infraonly
This commit is contained in:
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user