mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #494 from rskew/moto-woops
overrides: remove problematic moto override
This commit is contained in:
commit
4893be1002
1 changed files with 0 additions and 7 deletions
|
@ -910,13 +910,6 @@ self: super:
|
|||
buildInputs = oa.buildInputs ++ [ self.pbr ];
|
||||
});
|
||||
|
||||
moto = super.moto.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++
|
||||
[ self.sshpubkeys ];
|
||||
}
|
||||
);
|
||||
|
||||
mpi4py = super.mpi4py.overridePythonAttrs (
|
||||
old:
|
||||
let
|
||||
|
|
Loading…
Add table
Reference in a new issue