summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-10-20 13:12:42 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-10-20 13:12:42 +0200
commit0e339ca7a50f5e7c37029906c486e1f8eb898fb6 (patch)
tree2948be544068099fadf38af5faa92230970d8666 /pkgs/top-level
parent9f2409096b53658bc51ebfdbb6c03cc9d3f3840f (diff)
downloadnixlib-0e339ca7a50f5e7c37029906c486e1f8eb898fb6.tar
nixlib-0e339ca7a50f5e7c37029906c486e1f8eb898fb6.tar.gz
nixlib-0e339ca7a50f5e7c37029906c486e1f8eb898fb6.tar.bz2
nixlib-0e339ca7a50f5e7c37029906c486e1f8eb898fb6.tar.lz
nixlib-0e339ca7a50f5e7c37029906c486e1f8eb898fb6.tar.xz
nixlib-0e339ca7a50f5e7c37029906c486e1f8eb898fb6.tar.zst
nixlib-0e339ca7a50f5e7c37029906c486e1f8eb898fb6.zip
clickhouse: fixup build by using older boost again
160 seems a popular version in nixpkgs.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 75f6ceb00b45..5820ff866212 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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;