fish: remove util-linux
This commit is contained in:
parent
e976a7e860
commit
c16baf2d77
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user