mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31: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 ];
|
buildInputs = oa.buildInputs ++ [ self.pbr ];
|
||||||
});
|
});
|
||||||
|
|
||||||
moto = super.moto.overridePythonAttrs (
|
|
||||||
old: {
|
|
||||||
buildInputs = (old.buildInputs or [ ]) ++
|
|
||||||
[ self.sshpubkeys ];
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
mpi4py = super.mpi4py.overridePythonAttrs (
|
mpi4py = super.mpi4py.overridePythonAttrs (
|
||||||
old:
|
old:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Reference in a new issue