pkgsCross.hostPlatform.bash fails to build if buildPlatform.config==hostPlatform.config but buildPlatform!=hostPlatform #264989
Labels
0.kind: bug
6.topic: cross-compilation
Building packages on a different platform than they will be used on
We have a longstanding bug (probably more than one of them) where packages don't build properly if the
buildPlatform
andhostPlatform
are not equal, but yet have equal.config
attributes.The equality test for platforms was made more forgiving by
lib.systems.equals
#237512but this merely concealed the problem.
The text was updated successfully, but these errors were encountered: