about summary refs log tree commit diff
path: root/pkgs/servers/nosql/mongodb/5.0.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/nosql/mongodb/5.0.nix')
-rw-r--r--pkgs/servers/nosql/mongodb/5.0.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/servers/nosql/mongodb/5.0.nix b/pkgs/servers/nosql/mongodb/5.0.nix
index 6bb2294cfffa..cd25525f4fe6 100644
--- a/pkgs/servers/nosql/mongodb/5.0.nix
+++ b/pkgs/servers/nosql/mongodb/5.0.nix
@@ -21,5 +21,7 @@ buildMongoDB {
   patches = [
     ./forget-build-dependencies-4-4.patch
     ./asio-no-experimental-string-view-4-4.patch
+    ./fix-build-with-boost-1.79-5_0.patch
+    ./fix-gcc-Wno-exceptions-5.0.patch
   ];
 }