Loading
kexec-tools: Use gccStdenv
openembedded may have a patch for clang but i do not think it is worth it to use it because using clangStdenv on linux is rare https://bugs.gentoo.org/732050 `nix build --impure --expr 'with import ./. { config = { replaceStdenv = ({ pkgs }: pkgs.clangStdenv); }; }; kexec-tools'`