mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +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',
|
||||
modules : ['container'],
|
||||
modules : ['container', 'regex'],
|
||||
include_type: 'system',
|
||||
)
|
||||
# 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