1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mitmproxy: keep using python37 until asynctest is fixed

This commit is contained in:
Frederik Rietdijk 2020-06-11 12:46:16 +02:00
parent 1becbef8d9
commit 06ef649346

View file

@ -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 { };