about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2017-10-19 00:25:24 -0400
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2017-10-19 00:25:24 -0400
commit19efa65f59f7b219c316f9d349bd9968fe7e202c (patch)
tree278862d0fbe5768bdc9da34acf9627a25fbd71ea /pkgs
parent27b7192726e565b463fd5af74842a6d0287fec48 (diff)
downloadnixlib-19efa65f59f7b219c316f9d349bd9968fe7e202c.tar
nixlib-19efa65f59f7b219c316f9d349bd9968fe7e202c.tar.gz
nixlib-19efa65f59f7b219c316f9d349bd9968fe7e202c.tar.bz2
nixlib-19efa65f59f7b219c316f9d349bd9968fe7e202c.tar.lz
nixlib-19efa65f59f7b219c316f9d349bd9968fe7e202c.tar.xz
nixlib-19efa65f59f7b219c316f9d349bd9968fe7e202c.tar.zst
nixlib-19efa65f59f7b219c316f9d349bd9968fe7e202c.zip
texlive: fix after dependency update
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/bin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix
index 34a689ee9bd6..30979e312fc5 100644
--- a/pkgs/tools/typesetting/tex/texlive/bin.nix
+++ b/pkgs/tools/typesetting/tex/texlive/bin.nix
@@ -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