Skip to content

Commit

Permalink
clickhouse: fixup build by using older boost again
Browse files Browse the repository at this point in the history
160 seems a popular version in nixpkgs.
  • Loading branch information
vcunat committed Oct 20, 2017
1 parent 9f24090 commit 0e339ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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;
Expand Down

1 comment on commit 0e339ca

@vcunat
Copy link
Member Author

@vcunat vcunat commented on 0e339ca Oct 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc maintainer @orivej.

Please sign in to comment.