mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
texlive: set allowSubstitutes, preferLocalBuild values (#312049)
This commit is contained in:
parent
e8c23325af
commit
f72f67152a
1 changed files with 3 additions and 0 deletions
|
@ -308,6 +308,9 @@ buildEnv' {
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
. "${./build-tex-env.sh}"
|
. "${./build-tex-env.sh}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
allowSubstitutes = true;
|
||||||
|
preferLocalBuild = false;
|
||||||
};
|
};
|
||||||
# outputsToInstall must be set *after* overrideAttrs (used in buildEnv') or it fails the checkMeta tests
|
# outputsToInstall must be set *after* overrideAttrs (used in buildEnv') or it fails the checkMeta tests
|
||||||
in if __combine || __formatsOf != null then out else lib.addMetaAttrs { inherit (pkgList) outputsToInstall; } out)
|
in if __combine || __formatsOf != null then out else lib.addMetaAttrs { inherit (pkgList) outputsToInstall; } out)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue