mongodb: switch to boost 1.49 now it's back

This commit is contained in:
Mathijs Kwik 2012-07-05 08:55:23 +02:00
parent 2cedd7021b
commit ffe4829bbb

View file

@ -5206,7 +5206,7 @@ let
monetdb = callPackage ../servers/sql/monetdb { };
mongodb = callPackage ../servers/nosql/mongodb {
boost = boost147;
boost = boost149;
useV8 = (getConfig ["mongodb" "useV8"] false);
};