elfutils: Disable install checks on RISC-V

This commit is contained in:
Mikael Voss 2024-10-13 20:05:20 +02:00
parent 05fa716ed5
commit ab729fc315
No known key found for this signature in database

View file

@ -55,7 +55,8 @@ in {
elfutils = prev.elfutils.overrideAttrs ({
doCheck = false;
});
doInstallCheck = false;
};
libseccomp = prev.libseccomp.overrideAttrs ({
doCheck = false;