forked from mirrors/nixpkgs
clickhouse: remove boost version override
This commit is contained in:
parent
d6f14e9fc8
commit
dc8857efbe
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue