Merge pull request #239136 from wegank/mongoc-darwin
mongoc: unbreak on x86_64-darwin
This commit is contained in:
commit
416ff5e8d8
2 changed files with 2 additions and 3 deletions
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||
cyrus_sasl
|
||||
snappy
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk_11_0.frameworks.Security
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
|
@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin && stdenv.isx86_64;
|
||||
description = "The official C client library for MongoDB";
|
||||
homepage = "http://mongoc.org";
|
||||
license = licenses.asl20;
|
||||
|
|
|
@ -39524,7 +39524,7 @@ with pkgs;
|
|||
|
||||
openzwave = callPackage ../development/libraries/openzwave { };
|
||||
|
||||
mongoc = callPackage ../development/libraries/mongoc { };
|
||||
mongoc = darwin.apple_sdk_11_0.callPackage ../development/libraries/mongoc { };
|
||||
|
||||
mongoose = callPackage ../development/libraries/science/math/mongoose { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue