1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Merge pull request #14340 from juhp/patch-1

nix-2.32 needs boost-1.87+ for `try_emplace_and_cvisit`
This commit is contained in:
Eelco Dolstra 2025-10-27 13:44:37 +00:00 committed by GitHub
commit 27e3d28ed8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ boost = dependency(
'url', 'url',
], ],
include_type : 'system', 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 # boost is a public dependency, but not a pkg-config dependency unfortunately, so we
# put in `deps_other`. # put in `deps_other`.