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