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