mongodb: switch to boost 1.49 now it's back

This commit is contained in:
Mathijs Kwik
2012-07-05 12:01:24 +02:00
parent 2cedd7021b
commit ffe4829bbb
+1 -1
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);
};