texlive: fix after dependency update

This commit is contained in:
Dmitry Kalinkin
2017-10-19 00:25:24 -04:00
parent 27b7192726
commit 19efa65f59

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