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