elfutils: Disable install checks on RISC-V
This commit is contained in:
parent
05fa716ed5
commit
6318693191
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ in {
|
|||
|
||||
elfutils = prev.elfutils.overrideAttrs ({
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
});
|
||||
|
||||
libseccomp = prev.libseccomp.overrideAttrs ({
|
||||
|
|
Loading…
Reference in a new issue