mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
overrides for hikari
This commit is contained in:
parent
fd11705559
commit
04c28cabe2
1 changed files with 6 additions and 0 deletions
|
@ -788,6 +788,12 @@ lib.composeManyExtensions [
|
|||
}
|
||||
);
|
||||
|
||||
hikari = super.hikari.overrideAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.setuptools ];
|
||||
}
|
||||
);
|
||||
|
||||
horovod = super.horovod.overridePythonAttrs (
|
||||
old: {
|
||||
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [ pkgs.mpi ];
|
||||
|
|
Loading…
Add table
Reference in a new issue