nfs-utils: remove unused tcp-wrappers dependency

nfs-utils _can_ be built with tcp-wrappers support, but this is disabled
by default and needs a `--with-tcp-wrappers` configure flag to be
enabled.

Since we never noticed this was not supported, and tcp-wrappers is
unmaintained in nixpkgs (as is nfs-utils), I think we should just not
include this support for now.
This commit is contained in:
Arnout Engelen
2025-11-28 17:34:13 +01:00
parent 5ae3b07d8d
commit e8bc927d6c
-2
View File
@@ -16,7 +16,6 @@
lvm2,
systemd,
coreutils,
tcp_wrappers,
python3,
buildPackages,
nixosTests,
@@ -71,7 +70,6 @@ stdenv.mkDerivation rec {
libuuid
keyutils
libkrb5
tcp_wrappers
libxml2
]
++ lib.optional enablePython python3