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