From e8bc927d6cb24debe23c163837dab3e7ee48e461 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 28 Nov 2025 17:34:13 +0100 Subject: [PATCH] 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. --- pkgs/by-name/nf/nfs-utils/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/nf/nfs-utils/package.nix b/pkgs/by-name/nf/nfs-utils/package.nix index 25b66292cc63..9ed8f60f49ad 100644 --- a/pkgs/by-name/nf/nfs-utils/package.nix +++ b/pkgs/by-name/nf/nfs-utils/package.nix @@ -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