From 71e47c958d46e4e7ac5a440754dad785904a944a Mon Sep 17 00:00:00 2001 From: Yueh-Shun Li Date: Tue, 17 Dec 2024 22:02:44 +0800 Subject: [PATCH] python3Packages.vowpalwabbit: specify setupPyBuildFlags without Bash-expanding expection --- pkgs/development/python-modules/vowpalwabbit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/vowpalwabbit/default.nix b/pkgs/development/python-modules/vowpalwabbit/default.nix index 5dbf58739c75..10187ec4eb33 100644 --- a/pkgs/development/python-modules/vowpalwabbit/default.nix +++ b/pkgs/development/python-modules/vowpalwabbit/default.nix @@ -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