Skip to content

Commit

Permalink
texlive.combine: set allowSubstitutes = true
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 19, 2020
1 parent 15ab96d commit f86651e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/typesetting/tex/texlive/combine.nix
Expand Up @@ -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";
Expand Down Expand Up @@ -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?

0 comments on commit f86651e

Please sign in to comment.