We have a longstanding bug (probably more than one of them) where packages don't build properly if the buildPlatform and hostPlatform are not equal, but yet have equal .config attributes.
The equality test for platforms was made more forgiving by
but this merely concealed the problem.
We have a longstanding bug (probably more than one of them) where packages don't build properly if the
buildPlatformandhostPlatformare not equal, but yet have equal.configattributes.The equality test for platforms was made more forgiving by
lib.systems.equals#237512but this merely concealed the problem.