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 8cb1bbd commit 135deedCopy full SHA for 135deed
pkgs/by-name/c-/c-stdaux/package.nix
@@ -22,7 +22,9 @@ stdenv.mkDerivation rec {
22
ninja
23
];
24
25
- doCheck = true;
+ # Assertion failed: (false && "!__builtin_constant_p(c_align_to(16, non_constant_expr ? 8 : 16))"),
26
+ # function test_basic_gnuc, file ../src/test-basic.c, line 548.
27
+ doCheck = !stdenv.hostPlatform.isDarwin;
28
29
meta = {
30
homepage = "https://github.com/c-util/c-stdaux";
0 commit comments