3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #30564 from veprbl/texlive-icu-fix

texlive: fix after dependency update
This commit is contained in:
Daiderd Jordan 2017-10-20 00:07:15 +02:00 committed by GitHub
commit 7771edb7c8

View file

@ -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