nwdiag: use python3Packages and toPythonApplication
This commit is contained in:
@@ -4242,7 +4242,7 @@ with pkgs;
|
||||
|
||||
nssmdns = callPackage ../tools/networking/nss-mdns { };
|
||||
|
||||
nwdiag = pythonPackages.nwdiag;
|
||||
nwdiag = with python3Packages; toPythonApplication nwdiag;
|
||||
|
||||
nylon = callPackage ../tools/networking/nylon { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user