From 29d98da6363aa8c6a796550ed27618b1a25dcf75 Mon Sep 17 00:00:00 2001 From: Sergei Zimmerman Date: Tue, 13 May 2025 08:51:46 +0000 Subject: [PATCH] libstore: Depend on boost_regex explicitly (cherry picked from commit 18a5589f9a6d710fe1f70e694cee513589c1c11c) --- src/libstore/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/meson.build b/src/libstore/meson.build index 9681a38ab..672993bf0 100644 --- a/src/libstore/meson.build +++ b/src/libstore/meson.build @@ -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