forked from mirrors/nixpkgs
texlive.combine: set allowSubstitutes = true
This commit is contained in:
parent
15ab96d5a7
commit
f86651e63b
|
@ -36,7 +36,7 @@ let
|
|||
mkUniqueOutPaths = pkgs: uniqueStrings
|
||||
(map (p: p.outPath) (builtins.filter lib.isDerivation pkgs));
|
||||
|
||||
in buildEnv {
|
||||
in (buildEnv {
|
||||
name = "texlive-${extraName}-${bin.texliveYear}";
|
||||
|
||||
extraPrefix = "/share/texmf";
|
||||
|
@ -271,6 +271,6 @@ in buildEnv {
|
|||
''
|
||||
+ bin.cleanBrokenLinks
|
||||
;
|
||||
}
|
||||
}).overrideAttrs (_: { allowSubstitutes = true; })
|
||||
# TODO: make TeX fonts visible by fontconfig: it should be enough to install an appropriate file
|
||||
# similarly, deal with xe(la)tex font visibility?
|
||||
|
|
Loading…
Reference in a new issue