From a062fca7f10ccc89cc9fe92593408764bdb651e5 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 2 Sep 2025 08:19:09 +0200 Subject: [PATCH] podman: replace `util-linux` with `util-linuxMinimal` --- pkgs/by-name/po/podman/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/po/podman/package.nix b/pkgs/by-name/po/podman/package.nix index 5ea42f0bce73..ad3069791ddf 100644 --- a/pkgs/by-name/po/podman/package.nix +++ b/pkgs/by-name/po/podman/package.nix @@ -24,7 +24,7 @@ conmon, extraRuntimes ? lib.optionals stdenv.hostPlatform.isLinux [ runc ], # e.g.: runc, gvisor, youki fuse-overlayfs, - util-linux, + util-linuxMinimal, iptables, iproute2, catatonit, @@ -41,7 +41,7 @@ let binPath = lib.makeBinPath ( lib.optionals stdenv.hostPlatform.isLinux [ fuse-overlayfs - util-linux + util-linuxMinimal iptables iproute2 ]