python3Packages.datatable: fix the Darwin build (#65613)

This commit is contained in:
Jon
2019-08-01 10:54:41 -07:00
committed by Wael Nasreddine
parent ed5ed93422
commit b1f0e2ace1
4 changed files with 99 additions and 6 deletions

View File

@@ -482,7 +482,9 @@ in {
btchip = callPackage ../development/python-modules/btchip { };
datatable = callPackage ../development/python-modules/datatable { };
datatable = callPackage ../development/python-modules/datatable {
inherit (pkgs.llvmPackages) openmp libcxx libcxxabi;
};
datamodeldict = callPackage ../development/python-modules/datamodeldict { };