···149149 description = "Collection of C++ libraries";150150 license = licenses.boost;151151 platforms = platforms.unix ++ platforms.windows;152152+ # boost-context lacks support for the N32 ABI on mips64. The build153153+ # will succeed, but packages depending on boost-context will fail with154154+ # a very cryptic error message.155155+ badPlatforms = [ lib.systems.inspect.patterns.isMips64n32 ];152156 maintainers = with maintainers; [ hjones2199 ];153153-154154- broken =155155- # boost-context lacks support for the N32 ABI on mips64. The build156156- # will succeed, but packages depending on boost-context will fail with157157- # a very cryptic error message.158158- stdenv.hostPlatform.isMips64n32;159157 };160158161159 passthru = {