Got it after trying a bit: qemu is something ‘completely native’ and needs an additional buildPackages step:
nativeBuildInputs = [
buildPackages.buildPackages.qemu
buildPackages.gdb
];
Got it after trying a bit: qemu is something ‘completely native’ and needs an additional buildPackages step:
nativeBuildInputs = [
buildPackages.buildPackages.qemu
buildPackages.gdb
];