1
0
Fork 0
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:
Sergei Zimmerman 2025-05-13 08:51:46 +00:00
parent f3090ef703
commit 18a5589f9a
No known key found for this signature in database
GPG key ID: A9B0B557CA632325

View file

@ -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