ocaml: fixup build on darwin
https://hydra.nixos.org/build/321382407/nixlog/1/tail I presume that this is about gcc vs. clang toolchain, but I haven't tested.
This commit is contained in:
@@ -92,6 +92,11 @@ stdenv.mkDerivation (
|
||||
|
||||
patches = map fetchpatch' patches;
|
||||
|
||||
# https://github.com/ocaml/ocaml/issues/14543
|
||||
postPatch = if stdenv.cc.isClang then ''
|
||||
rm testsuite/tests/basic/trigraph.ml
|
||||
'' else null;
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
prefixKey = "-prefix ";
|
||||
|
||||
Reference in New Issue
Block a user