mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
overrides: add suds
This commit is contained in:
parent
6e1da06e2b
commit
4751631f4b
1 changed files with 6 additions and 0 deletions
|
@ -2048,6 +2048,12 @@ lib.composeManyExtensions [
|
|||
'';
|
||||
});
|
||||
|
||||
suds = super.suds.overridePythonAttrs (old: {
|
||||
# Fix naming convention shenanigans.
|
||||
# https://github.com/suds-community/suds/blob/a616d96b070ca119a532ff395d4a2a2ba42b257c/setup.py#L648
|
||||
SUDS_PACKAGE = "suds";
|
||||
});
|
||||
|
||||
systemd-python = super.systemd-python.overridePythonAttrs (old: {
|
||||
buildInputs = old.buildInputs ++ [ pkgs.systemd ];
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.pkg-config ];
|
||||
|
|
Loading…
Add table
Reference in a new issue