mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
mongodb: switch to boost 1.49 now it's back
This commit is contained in:
parent
2cedd7021b
commit
ffe4829bbb
@ -5206,7 +5206,7 @@ let
|
||||
monetdb = callPackage ../servers/sql/monetdb { };
|
||||
|
||||
mongodb = callPackage ../servers/nosql/mongodb {
|
||||
boost = boost147;
|
||||
boost = boost149;
|
||||
useV8 = (getConfig ["mongodb" "useV8"] false);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user