Unverified Commit 936351d9 authored by natsukium's avatar natsukium
Browse files

python3Packages.lightgbm: add runHook

parent 602bfd6a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -48,7 +48,11 @@ buildPythonPackage rec {
  ];

  buildPhase = ''
    runHook preBuild

    ${python.pythonForBuild.interpreter} setup.py bdist_wheel ${lib.optionalString gpuSupport "--gpu"}

    runHook postBuild
  '';

  postConfigure = ''