libseccomp: Disable checks on RISC-V
This commit is contained in:
parent
f437c17120
commit
98cc6893b5
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ in {
|
|||
'';
|
||||
});
|
||||
|
||||
libseccomp = prev.libseccomp.overrideAttrs ({
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
libuv = prev.libuv.overrideAttrs ({
|
||||
doCheck = false;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue