mongoc: mark darwin x86_64 as broken

This commit is contained in:
Yan 2023-02-17 00:46:55 +02:00
parent b8eadbe19f
commit 8ef4c0860c

View file

@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with lib; {
broken = stdenv.isDarwin && stdenv.isx86_64;
description = "The official C client library for MongoDB";
homepage = "http://mongoc.org";
license = licenses.asl20;