python3Packages.vowpalwabbit: specify setupPyBuildFlags without Bash-expanding expection

This commit is contained in:
Yueh-Shun Li
2024-12-17 22:02:44 +08:00
parent 1c9b35c248
commit 71e47c958d
@@ -42,7 +42,7 @@ buildPythonPackage rec {
# As we disable configure via cmake, pass explicit global options to enable
# spdlog and fmt packages
setupPyGlobalFlags = [ "--cmake-options=\"-DSPDLOG_SYS_DEP=ON;-DFMT_SYS_DEP=ON\"" ];
setupPyGlobalFlags = [ "--cmake-options=-DSPDLOG_SYS_DEP=ON;-DFMT_SYS_DEP=ON" ];
propagatedBuildInputs = [
numpy