zsh: replace util-linux with util-linuxMinimal (#443251)

This commit is contained in:
Artturin
2025-11-11 13:13:42 +00:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
yodl, yodl,
perl, perl,
groff, groff,
util-linux, util-linuxMinimal,
texinfo, texinfo,
ncurses, ncurses,
pcre2, pcre2,
@@ -86,7 +86,7 @@ stdenv.mkDerivation {
pkg-config pkg-config
] ]
++ lib.optionals stdenv.hostPlatform.isLinux [ ++ lib.optionals stdenv.hostPlatform.isLinux [
util-linux util-linuxMinimal
yodl yodl
]; ];