mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
overrides.lightgbm: add cmake
This commit is contained in:
parent
7b71679fa7
commit
0ba24302c1
1 changed files with 7 additions and 0 deletions
|
@ -853,6 +853,13 @@ lib.composeManyExtensions [
|
|||
propagatedBuildInputs = [ pkgs.libvirt ];
|
||||
});
|
||||
|
||||
lightgbm = super.lightgbm.overridePythonAttrs (
|
||||
old: {
|
||||
nativeBuildInputs = [ pkgs.cmake ] ++ old.nativeBuildInputs;
|
||||
dontUseCmakeConfigure = true;
|
||||
}
|
||||
);
|
||||
|
||||
llvmlite = super.llvmlite.overridePythonAttrs (
|
||||
old:
|
||||
let
|
||||
|
|
Loading…
Add table
Reference in a new issue