clickhouse: mark as broken on 32-bit architectures

Hydra failed on configure phase for Linux i686
https://hydra.nixos.org/build/142591591/nixlog/1
configure can be fixed, but the package isn't supposed to work on 32-bits anyway
https://github.com/ClickHouse/ClickHouse/pull/23959

ZHF: #122042
This commit is contained in:
Dmitry Ivankov 2021-05-08 14:50:53 +02:00
parent b28f0d640f
commit 4fd780f940

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
pname = "clickhouse";
version = "20.11.4.13";
broken = stdenv.buildPlatform.is32bit; # not supposed to work on 32-bit https://github.com/ClickHouse/ClickHouse/pull/23959#issuecomment-835343685
src = fetchFromGitHub {
owner = "ClickHouse";
repo = "ClickHouse";