boehm-gc: Disable gctest check on RISC-V
This commit is contained in:
parent
113a96d3eb
commit
a94dd57ffc
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@ in {
|
|||
};
|
||||
};
|
||||
} // optionalAttrs hostPlatform.isRiscV64 ({
|
||||
boehmgc = prev.boehmgc.overrideAttrs (prevAttrs: {
|
||||
postPatch = prevAttrs.postPatch or "" + ''
|
||||
sed -E -i '/^TESTS \+= gctest/d' \
|
||||
tests/tests.am
|
||||
'';
|
||||
});
|
||||
|
||||
libuv = prev.libuv.overrideAttrs ({
|
||||
doCheck = false;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue