mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
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 { };
|
||||
|
||||
nwdiag = pythonPackages.nwdiag;
|
||||
nwdiag = with python3Packages; toPythonApplication nwdiag;
|
||||
|
||||
nylon = callPackage ../tools/networking/nylon { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user