mongodb: asio-no-experimental-string-view.patch is no longer required on darwin
This commit is contained in:
parent
a0f42fb899
commit
2a7c1ea477
2 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ in buildMongoDB {
|
||||||
sha256 = "sha256-EJpIerW4zcGJvHfqJ65fG8yNsLRlUnRkvYfC+jkoFJ4=";
|
sha256 = "sha256-EJpIerW4zcGJvHfqJ65fG8yNsLRlUnRkvYfC+jkoFJ4=";
|
||||||
patches = [ ./forget-build-dependencies.patch ]
|
patches = [ ./forget-build-dependencies.patch ]
|
||||||
++ lib.optionals stdenv.isDarwin [
|
++ lib.optionals stdenv.isDarwin [
|
||||||
./asio-no-experimental-string-view.patch
|
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "fix double link of isNamedError.";
|
name = "fix double link of isNamedError.";
|
||||||
url = "https://github.com/mongodb/mongo/commit/9c6751b9765d269b667324bb2efe1ca76a916d20.patch";
|
url = "https://github.com/mongodb/mongo/commit/9c6751b9765d269b667324bb2efe1ca76a916d20.patch";
|
||||||
|
|
|
@ -22,7 +22,6 @@ in buildMongoDB {
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.isDarwin [
|
++ lib.optionals stdenv.isDarwin [
|
||||||
./asio-no-experimental-string-view.patch
|
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "fix double link of isNamedError.";
|
name = "fix double link of isNamedError.";
|
||||||
url = "https://github.com/mongodb/mongo/commit/9c6751b9765d269b667324bb2efe1ca76a916d20.patch";
|
url = "https://github.com/mongodb/mongo/commit/9c6751b9765d269b667324bb2efe1ca76a916d20.patch";
|
||||||
|
|
Loading…
Reference in a new issue