mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
libstore: Depend on boost_regex explicitly
This commit is contained in:
parent
f3090ef703
commit
18a5589f9a
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ subdir('nix-meson-build-support/libatomic')
|
||||||
|
|
||||||
boost = dependency(
|
boost = dependency(
|
||||||
'boost',
|
'boost',
|
||||||
modules : ['container'],
|
modules : ['container', 'regex'],
|
||||||
include_type: 'system',
|
include_type: 'system',
|
||||||
)
|
)
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue