overrides for hikari

This commit is contained in:
Luna D Dragon 2022-11-12 10:22:28 +05:30 committed by adisbladis
parent fd11705559
commit 04c28cabe2

View file

@ -788,6 +788,12 @@ lib.composeManyExtensions [
} }
); );
hikari = super.hikari.overrideAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [ self.setuptools ];
}
);
horovod = super.horovod.overridePythonAttrs ( horovod = super.horovod.overridePythonAttrs (
old: { old: {
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [ pkgs.mpi ]; propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [ pkgs.mpi ];