fish: remove util-linux

This commit is contained in:
rembo10 2021-12-24 22:24:41 +05:30 committed by Cole Helbling
parent e976a7e860
commit c16baf2d77

View file

@ -2,7 +2,6 @@
, lib
, fetchurl
, coreutils
, util-linux
, which
, gnused
, gnugrep
@ -253,8 +252,6 @@ let
EOF
'' + optionalString stdenv.isLinux ''
sed -e "s| ul| ${util-linux}/bin/ul|" \
-i "$out/share/fish/functions/__fish_print_help.fish"
for cur in $out/share/fish/functions/*.fish; do
sed -e "s|/usr/bin/getent|${getent}/bin/getent|" \
-i "$cur"