Merge pull request #122191 from divanorama/clickhouse_mark_as_64bit

clickhouse: mark as broken on 32-bit architectures
This commit is contained in:
Pavol Rusnak 2021-05-08 15:38:15 +02:00 committed by GitHub
commit 19af18b965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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