Merge pull request #30564 from veprbl/texlive-icu-fix
texlive: fix after dependency update
This commit is contained in:
commit
7771edb7c8
@ -187,6 +187,7 @@ core-big = stdenv.mkDerivation { #TODO: upmendex
|
||||
'';
|
||||
|
||||
preBuild = "cd texk/web2c";
|
||||
CXXFLAGS = "-std=c++11 -Wno-reserved-user-defined-literal"; # TODO: remove once texlive 2017 is out?
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# now distribute stuff into outputs, roughly as upstream TL
|
||||
|
Loading…
Reference in New Issue
Block a user