1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00

Move boost version check to libutil

This commit is contained in:
Eelco Dolstra 2025-07-15 15:17:33 +02:00
parent ca9f2028b0
commit 6abc29bba5
2 changed files with 1 additions and 1 deletions

View file

@ -41,7 +41,6 @@ boost = dependency(
'boost',
modules : ['container', 'context'],
include_type: 'system',
version: '>=1.82.0'
)
# boost is a public dependency, but not a pkg-config dependency unfortunately, so we
# put in `deps_other`.

View file

@ -59,6 +59,7 @@ boost = dependency(
'boost',
modules : ['context', 'coroutine', 'iostreams'],
include_type: 'system',
version: '>=1.82.0'
)
# boost is a public dependency, but not a pkg-config dependency unfortunately, so we
# put in `deps_other`.