mitmdump: use systemd-python after systemd got deprecated

This commit is contained in:
ibizaman 2026-01-12 10:17:16 +01:00
parent 5608263998
commit 29eb7fa1e7
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ let
p = pkgs.python3Packages;
in
[
p.systemd
p.systemd-python
p.mitmproxy
];
flakeIgnore = [ "E501" ];

View file

@ -10,7 +10,7 @@ let
lib.getExe (
pkgs.writers.writePython3Bin "serve"
{
libraries = [ pkgs.python3Packages.systemd ];
libraries = [ pkgs.python3Packages.systemd-python ];
}
(
let