mitmdump: use systemd-python after systemd got deprecated

This commit is contained in:
ibizaman 2026-01-12 10:17:16 +01:00 committed by Pierre Penninckx
parent 6ebd3204c9
commit f39f0bd9bf
2 changed files with 2 additions and 2 deletions

View file

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

View file

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