We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d17ba3 commit a22671fCopy full SHA for a22671f
pkgs/development/python-modules/cffi/default.nix
@@ -49,7 +49,7 @@ else
49
# The tests use -Werror but with python3.6 clang detects some unreachable code.
50
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-unused-command-line-argument -Wno-unreachable-code -Wno-c++11-narrowing";
51
52
- doCheck = !stdenv.hostPlatform.isMusl;
+ doCheck = !(stdenv.hostPlatform.isMusl || stdenv.hostPlatform.useLLVM or false);
53
54
nativeCheckInputs = [ pytestCheckHook ];
55
0 commit comments