Hello everyone, I noticed that in commit ef21276053b980 from core-updates-next I am using (cross-libc-for-target ...) only in one place while I should have used (let ((libc (cross-libc-for-target target))) (package ... With this patch I fix this. Thank you, Manolis