pythonPackages.lightgbm: fix build

This commit is contained in:
Jonathan Ringer 2019-09-13 16:48:52 -07:00
parent 0c457cb348
commit eb8bd784b1

View File

@ -21,6 +21,8 @@ buildPythonPackage rec {
cmake
];
dontUseCmakeConfigure = true;
# we never actually explicitly call the install command so this is the only way
# to inject these options to it - however, openmp-library doesn't appear to have
# any effect, so we have to inject it into NIX_LDFLAGS manually below