build-systems: add setuptools to tbats

This commit is contained in:
Tom Repetti 2022-10-30 17:01:02 -04:00
parent 0b059b6712
commit 50ecb0b0c9
2 changed files with 5 additions and 2 deletions

View file

@ -16070,6 +16070,9 @@
"taxi": [
"setuptools"
],
"tbats": [
"setuptools"
],
"tblib": [
"setuptools"
],

View file

@ -317,7 +317,7 @@ lib.composeManyExtensions [
--replace 'cmd = [make]' \
'cmd = ["${pkgs.cmdstan}/bin/stan"]'
'';
CMDSTAN="${pkgs.cmdstan}";
CMDSTAN = "${pkgs.cmdstan}";
}
);
@ -1523,7 +1523,7 @@ lib.composeManyExtensions [
prophet = super.prophet.overridePythonAttrs (old: {
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [ pkgs.cmdstan self.cmdstanpy ];
PROPHET_REPACKAGE_CMDSTAN = "false";
CMDSTAN="${pkgs.cmdstan}";
CMDSTAN = "${pkgs.cmdstan}";
});
psycopg2 = super.psycopg2.overridePythonAttrs (