Skip to content

Commit 29d98da

Browse files
xokdviummergify[bot]
authored andcommitted
libstore: Depend on boost_regex explicitly
(cherry picked from commit 18a5589)
1 parent 91dc6e7 commit 29d98da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstore/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ subdir('nix-meson-build-support/libatomic')
9494

9595
boost = dependency(
9696
'boost',
97-
modules : ['container'],
97+
modules : ['container', 'regex'],
9898
include_type: 'system',
9999
)
100100
# boost is a public dependency, but not a pkg-config dependency unfortunately, so we

0 commit comments

Comments
 (0)