Unverified Commit 8e6df0cc authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #314746 from paparodeo/tetex-fix

tetex: fix darwin build
parents 2c8d5968 61e89d10
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -31,6 +31,11 @@ stdenv.mkDerivation rec {

  setupHook = ./setup-hook.sh;

  env = {
    CFLAGS = "-std=gnu89";
    CXXFLAGS = "-std=c++03";
  };

  configureFlags =
    [ "--disable-multiplatform" "--without-x11" "--without-xdvik"
      "--without-oxdvik" "--without-texinfo" "--without-texi2html"