Commit 887a74fd authored by Alexander Sieg's avatar Alexander Sieg
Browse files

clickhouse: fix compilation on aarch64-linux

parent 3537d187
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 =