mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
overrides.lightgbm: add temporary home directory for source build
This commit is contained in:
parent
347ccb4ce5
commit
bf761f9726
1 changed files with 3 additions and 0 deletions
|
@ -857,6 +857,9 @@ lib.composeManyExtensions [
|
|||
old: {
|
||||
nativeBuildInputs = [ pkgs.cmake ] ++ old.nativeBuildInputs;
|
||||
dontUseCmakeConfigure = true;
|
||||
postConfigure = ''
|
||||
export HOME=$(mktemp -d)
|
||||
'';
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue