Hi Guix! I saw a message on the unofficial #guix:matrix.org room about libaio failing to build. Indeed, it uses %output and that doesn't exist in cross-compilation context anymore. Here's a small patch to fix that. I had to be careful not to change the package outside of cross-compilation, since it has >5000 dependents, hence the ,(if ...) statement.