Merge pull request #314746 from paparodeo/tetex-fix

tetex: fix darwin build
This commit is contained in:
Robert Scott 2024-05-26 17:54:43 +01:00 committed by GitHub
commit 8e6df0cc0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"