···113113 relative = "include";114114 sha256 = "sha256-KlmIbixcds6GyKYt1fx5BxDIrU7msrgDdYo9Va/KJR4=";115115 })116116+ # Fixes ABI detection117117+ ++ lib.optional (version == "1.83.0") (fetchpatch {118118+ url = "https://github.com/boostorg/context/commit/6fa6d5c50d120e69b2d8a1c0d2256ee933e94b3b.patch";119119+ stripLen = 1;120120+ extraPrefix = "libs/context/";121121+ sha256 = "sha256-bCfLL7bD1Rn4Ie/P3X+nIcgTkbXdCX6FW7B9lHsmVW8=";122122+ })116123 # This fixes another issue regarding ill-formed constant expressions, which is a default error117124 # in clang 16 and will be a hard error in clang 17.118125 ++ lib.optional (lib.versionOlder version "1.80") (fetchpatch {