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 187 ''; 188 188 189 189 preBuild = "cd texk/web2c"; 190 + CXXFLAGS = "-std=c++11 -Wno-reserved-user-defined-literal"; # TODO: remove once texlive 2017 is out? 190 191 enableParallelBuilding = true; 191 192 192 193 # now distribute stuff into outputs, roughly as upstream TL