mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
overrides: add systemd-python
This commit is contained in:
parent
9b3f728de6
commit
2834cd7a53
1 changed files with 5 additions and 0 deletions
|
@ -1771,6 +1771,11 @@ in
|
|||
|
||||
});
|
||||
|
||||
systemd-python = super.systemd-python.overridePythonAttrs (old: {
|
||||
buildInputs = old.buildInputs ++ [ pkgs.systemd ];
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.pkg-config ];
|
||||
});
|
||||
|
||||
tables = super.tables.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.pywavelets ];
|
||||
|
|
Loading…
Add table
Reference in a new issue