mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
overrides: Add bjoern override
This commit is contained in:
parent
5a8fb13cb1
commit
a8a8889009
1 changed files with 6 additions and 0 deletions
|
@ -104,6 +104,12 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
bjoern = super.bjoern.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.libev ];
|
||||
}
|
||||
);
|
||||
|
||||
black = super.black.overridePythonAttrs (
|
||||
old: {
|
||||
dontPreferSetupPy = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue