mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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
Block a user