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:
parent
ca9f2028b0
commit
6abc29bba5
2 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ boost = dependency(
|
||||||
'boost',
|
'boost',
|
||||||
modules : ['container', 'context'],
|
modules : ['container', 'context'],
|
||||||
include_type: 'system',
|
include_type: 'system',
|
||||||
version: '>=1.82.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`.
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@ boost = dependency(
|
||||||
'boost',
|
'boost',
|
||||||
modules : ['context', 'coroutine', 'iostreams'],
|
modules : ['context', 'coroutine', 'iostreams'],
|
||||||
include_type: 'system',
|
include_type: 'system',
|
||||||
|
version: '>=1.82.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`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue