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

(cherry picked from commit 18a5589f9a)
This commit is contained in:
Sergei Zimmerman 2025-05-13 08:51:46 +00:00 committed by Mergify
parent 91dc6e7fa0
commit 29d98da636

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