mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
clickhouse: fix compilation on aarch64-linux
This commit is contained in:
parent
3537d187a2
commit
887a74fd57
@ -178,7 +178,8 @@ in mkDerivation rec {
|
||||
"-DENABLE_TESTS=OFF"
|
||||
"-DCOMPILER_CACHE=disabled"
|
||||
"-DENABLE_EMBEDDED_COMPILER=ON"
|
||||
];
|
||||
] ++
|
||||
lib.optional (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) "-DNO_ARMV81_OR_HIGHER=1";
|
||||
|
||||
env = {
|
||||
NIX_CFLAGS_COMPILE =
|
||||
|
Loading…
Reference in New Issue
Block a user