python3Packages.vowpalwabbit: specify setupPyBuildFlags without Bash-expanding expection
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user