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

texlive: fix after dependency update

authored by

Daiderd Jordan and committed by
GitHub
7771edb7 215f2cac

+1
+1
pkgs/tools/typesetting/tex/texlive/bin.nix
··· 187 ''; 188 189 preBuild = "cd texk/web2c"; 190 enableParallelBuilding = true; 191 192 # now distribute stuff into outputs, roughly as upstream TL
··· 187 ''; 188 189 preBuild = "cd texk/web2c"; 190 + CXXFLAGS = "-std=c++11 -Wno-reserved-user-defined-literal"; # TODO: remove once texlive 2017 is out? 191 enableParallelBuilding = true; 192 193 # now distribute stuff into outputs, roughly as upstream TL