fish: Patch __fish_anypython function to return build input python3

This commit is contained in:
adisbladis 2020-04-28 11:53:00 +01:00
parent 8e3a29d69e
commit 7686c2cc6a
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -148,6 +148,13 @@ let
sed -i "s|/usr/local/sbin /sbin /usr/sbin||" \
$out/share/fish/completions/{sudo.fish,doas.fish}
cat > $out/share/fish/functions/__fish_anypython.fish <<EOF
function __fish_anypython
echo ${python3.interpreter}
return 0
end
EOF
'' + optionalString stdenv.isLinux ''
sed -e "s| ul| ${utillinux}/bin/ul|" \
-i "$out/share/fish/functions/__fish_print_help.fish"