about summary refs log tree commit diff
path: root/pkgs/development/libraries/mongoc
diff options
context:
space:
mode:
authorYan <yanabuarab@gmail.com>2023-02-17 00:46:55 +0200
committerYan <yanabuarab@gmail.com>2023-02-17 00:46:55 +0200
commit8ef4c0860c7259ccdebed57f98fe2aa8b056311a (patch)
treedbe18093342a4dbd1da081aa4dc6bb2f70b77c50 /pkgs/development/libraries/mongoc
parentb8eadbe19ff82b4c13d6ac53569f8f5306f51447 (diff)
mongoc: mark darwin x86_64 as broken
Diffstat (limited to 'pkgs/development/libraries/mongoc')
-rw-r--r--pkgs/development/libraries/mongoc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/mongoc/default.nix b/pkgs/development/libraries/mongoc/default.nix
index 1627447763597..97490748540e0 100644
--- a/pkgs/development/libraries/mongoc/default.nix
+++ b/pkgs/development/libraries/mongoc/default.nix
@@ -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;