mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +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 a new issue