Arun Isaac schreef op wo 30-03-2022 om 14:53 [+0530]: > * gnu/packages/cpp.scm (atomic-queue)[arguments]: When cross-compiling, add > do-not-check-for-boost phase and delete the build phase. > [native-inputs]: Do not include boost when cross-compiling. I think it's simpler and less tedious to just always include test dependencies in native-inputs, without special-casing cross- compilation. WYDT? Also, being header-only does not per-se mean ‘no building’. E.g., what if some of the headers are generated? I think it's a bit simpler and less likely to cause trouble to just always run the build phase, even if sometimes it is a no-op. Greetings, Maxime.