python3Packages.lightgbm: add runHook

This commit is contained in:
natsukium 2023-05-25 18:32:27 +09:00
parent 602bfd6a31
commit 936351d941
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -48,7 +48,11 @@ buildPythonPackage rec {
];
buildPhase = ''
runHook preBuild
${python.pythonForBuild.interpreter} setup.py bdist_wheel ${lib.optionalString gpuSupport "--gpu"}
runHook postBuild
'';
postConfigure = ''