···3030 ] ++ stdenv.lib.optional (!stdenv.hostPlatform.isMusl) libidn;
31313232 # ninfod probably could build on cross, but the Makefile doesn't pass --host etc to the sub configure...
3333- buildFlags = "man all" + stdenv.lib.optionalString (!stdenv.isCross) " ninfod";
3333+ buildFlags = "man all" + stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) " ninfod";
34343535 installPhase =
3636 ''
-2
pkgs/stdenv/generic/default.nix
···141141 inherit overrides;
142142143143 inherit cc;
144144-145145- isCross = targetPlatform != buildPlatform;
146144 }
147145148146 # Propagate any extra attributes. For instance, we use this to