mitmdump: use systemd-python after systemd got deprecated
This commit is contained in:
parent
5608263998
commit
29eb7fa1e7
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ let
|
|||
p = pkgs.python3Packages;
|
||||
in
|
||||
[
|
||||
p.systemd
|
||||
p.systemd-python
|
||||
p.mitmproxy
|
||||
];
|
||||
flakeIgnore = [ "E501" ];
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ let
|
|||
lib.getExe (
|
||||
pkgs.writers.writePython3Bin "serve"
|
||||
{
|
||||
libraries = [ pkgs.python3Packages.systemd ];
|
||||
libraries = [ pkgs.python3Packages.systemd-python ];
|
||||
}
|
||||
(
|
||||
let
|
||||
|
|
|
|||
Loading…
Reference in a new issue