mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
mitmproxy: keep using python37 until asynctest is fixed
This commit is contained in:
parent
b8f7c6e397
commit
df412d462f
@ -5228,7 +5228,9 @@ in
|
||||
|
||||
mirrorbits = callPackage ../servers/mirrorbits { };
|
||||
|
||||
mitmproxy = callPackage ../tools/networking/mitmproxy { };
|
||||
mitmproxy = callPackage ../tools/networking/mitmproxy {
|
||||
python3Packages = python37Packages;
|
||||
};
|
||||
|
||||
mjpegtools = callPackage ../tools/video/mjpegtools { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user