python3Packages.lightgbm: add runHook
This commit is contained in:
@@ -48,7 +48,11 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
${python.pythonForBuild.interpreter} setup.py bdist_wheel ${lib.optionalString gpuSupport "--gpu"}
|
||||
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
postConfigure = ''
|
||||
|
||||
Reference in New Issue
Block a user