ocamlPackages.eio_posix: fix x86_64-darwin compatibility
This commit is contained in:
parent
e58213f7d6
commit
d3d9a00e5e
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
{ buildDunePackage
|
||||
, lib
|
||||
, stdenv
|
||||
, dune-configurator
|
||||
, eio
|
||||
, fmt
|
||||
|
@ -14,6 +16,10 @@ buildDunePackage {
|
|||
|
||||
dontStrip = true;
|
||||
|
||||
env = lib.optionalAttrs stdenv.isDarwin {
|
||||
NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
dune-configurator
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue