summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2020-01-24 19:05:23 +0100
committerGitHub <noreply@github.com>2020-01-24 19:05:23 +0100
commit24b7d0de7be34a7612d13536963b8e35ec9b261a (patch)
treebf70f500cab8f05ee07fc6fff9e22554f9a7e533 /pkgs/applications
parent89864a01d12fa10724dca23c60e8b20ed9daff88 (diff)
downloadnixpkgs-24b7d0de7be34a7612d13536963b8e35ec9b261a.tar
nixpkgs-24b7d0de7be34a7612d13536963b8e35ec9b261a.tar.gz
nixpkgs-24b7d0de7be34a7612d13536963b8e35ec9b261a.tar.bz2
nixpkgs-24b7d0de7be34a7612d13536963b8e35ec9b261a.tar.lz
nixpkgs-24b7d0de7be34a7612d13536963b8e35ec9b261a.tar.xz
nixpkgs-24b7d0de7be34a7612d13536963b8e35ec9b261a.tar.zst
nixpkgs-24b7d0de7be34a7612d13536963b8e35ec9b261a.zip
iputils: Increase the priority to avoid collisions with inetutils (#78408)
The ping binary will be from iputils anyway since it's installed in
/run/wrappers/bin/ (first in $PATH) and tftpd will be from iputils as
well since inetutils installs it into libexec (not in $PATH).

Therefore, there's not even a real choice here (though we should most
likely prefer iputils anyway).

Current collisions:
collision between `/nix/store/...-iputils-20190709/bin/ping' and `/nix/store/...-inetutils-1.9.4/bin/ping'
collision between `/nix/store/...-iputils-20190709/share/man/man8/tftpd.8.gz' and `/nix/store/...-inetutils-1.9.4/share/man/man8/tftpd.8.gz'
Diffstat (limited to 'pkgs/applications')
0 files changed, 0 insertions, 0 deletions