clickhouse: remove boost version override

This commit is contained in:
Orivej Desh
2017-11-16 16:15:57 +00:00
parent d6f14e9fc8
commit dc8857efbe
+1 -3
View File
@@ -11478,9 +11478,7 @@ with pkgs;
charybdis = callPackage ../servers/irc/charybdis {};
clickhouse = callPackage ../servers/clickhouse {
boost = boost160;
};
clickhouse = callPackage ../servers/clickhouse { };
couchdb = callPackage ../servers/http/couchdb {
spidermonkey = spidermonkey_1_8_5;