mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 13:16:40 +03:00
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 New Issue
Block a user