mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 09:49:36 +01:00
Merge pull request #13142 from xokdvium/gc-root-boost-regex
libstore: Use `boost::regex` for GC root discovery
This commit is contained in:
commit
e7078d4de1
3 changed files with 17 additions and 15 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