zsh: replace util-linux with util-linuxMinimal (#443251)
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user