mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
overrides: Add override to build python-olm
This commit is contained in:
parent
05e7fee42c
commit
b19f40ccac
1 changed files with 6 additions and 0 deletions
|
@ -1509,6 +1509,12 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
python-olm = super.python-olm.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = old.buildInputs or [ ] ++ [ pkgs.olm ];
|
||||
}
|
||||
);
|
||||
|
||||
python-snappy = super.python-snappy.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.snappy ];
|
||||
|
|
Loading…
Add table
Reference in a new issue