1
0
Fork 0

build iproute2 without rb to avoid stdatomic

This commit is contained in:
Daniel Barlow 2024-07-24 21:13:55 +01:00
parent 612d6d7a51
commit 79a3a45061
1 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,10 @@ extraPkgs // {
}); });
in h.override { openssl = null; sqlite = null; }; in h.override { openssl = null; sqlite = null; };
# berlekey db needs libatomic which we haven't figured out yet.
# disabling it means we don't have arpd
iproute2 = prev.iproute2.override { db = null; };
kexec-tools-static = prev.kexec-tools.overrideAttrs(o: { kexec-tools-static = prev.kexec-tools.overrideAttrs(o: {
# For kexecboot we copy kexec into a ramdisk on the system being # For kexecboot we copy kexec into a ramdisk on the system being
# upgraded from. This is more likely to work if kexec is # upgraded from. This is more likely to work if kexec is