clickhouse: fixup build by using older boost again
160 seems a popular version in nixpkgs.
This commit is contained in:
parent
9f2409096b
commit
0e339ca7a5
|
@ -11421,7 +11421,9 @@ with pkgs;
|
|||
|
||||
charybdis = callPackage ../servers/irc/charybdis {};
|
||||
|
||||
clickhouse = callPackage ../servers/clickhouse { };
|
||||
clickhouse = callPackage ../servers/clickhouse {
|
||||
boost = boost160;
|
||||
};
|
||||
|
||||
couchdb = callPackage ../servers/http/couchdb {
|
||||
spidermonkey = spidermonkey_1_8_5;
|
||||
|
|
Loading…
Reference in New Issue