Skip to content

Commit 8141f90

Browse files
authored
zsh: replace util-linux with util-linuxMinimal (NixOS#443251)
2 parents 701c2aa + c25cd2e commit 8141f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/zs/zsh/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
yodl,
88
perl,
99
groff,
10-
util-linux,
10+
util-linuxMinimal,
1111
texinfo,
1212
ncurses,
1313
pcre2,
@@ -86,7 +86,7 @@ stdenv.mkDerivation {
8686
pkg-config
8787
]
8888
++ lib.optionals stdenv.hostPlatform.isLinux [
89-
util-linux
89+
util-linuxMinimal
9090
yodl
9191
];
9292

0 commit comments

Comments
 (0)