Unverified Commit a02164e0 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

ocamlPackages.mdx: fix Darwin build (#414279)

parents 10597363 a4f7e10e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchurl,
  buildDunePackage,
  ocaml,
  findlib,
  alcotest,
  astring,
  cmdliner,
  cppo,
  fmt,
  logs,
@@ -34,6 +36,7 @@ buildDunePackage rec {
    fmt
    logs
    csexp
    cmdliner
    ocaml-version
    camlp-streams
    re
@@ -44,7 +47,7 @@ buildDunePackage rec {
    lwt
  ];

  doCheck = true;
  doCheck = !stdenv.hostPlatform.isDarwin;

  outputs = [
    "bin"