Merge pull request #14371 from NixOS/backport-14340-to-2.32-maintenance

[Backport 2.32-maintenance] nix-2.32 needs boost-1.87+ for `try_emplace_and_cvisit`
This commit is contained in:
internal-nix-ci[bot]
2025-10-27 15:01:12 +00:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ boost = dependency(
'url',
],
include_type : 'system',
version : '>=1.82.0',
version : '>=1.87.0',
)
# boost is a public dependency, but not a pkg-config dependency unfortunately, so we
# put in `deps_other`.