mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
Merge pull request #314746 from paparodeo/tetex-fix
tetex: fix darwin build
This commit is contained in:
commit
8e6df0cc0c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user