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 6318693191
No known key found for this signature in database

View file

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