clickhouse: fixup build by using older boost again

160 seems a popular version in nixpkgs.
This commit is contained in:
Vladimír Čunát 2017-10-20 13:12:42 +02:00
parent 9f2409096b
commit 0e339ca7a5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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;