fish: Patch __fish_anypython function to return build input python3
This commit is contained in:
parent
8e3a29d69e
commit
7686c2cc6a
1 changed files with 7 additions and 0 deletions
|
@ -148,6 +148,13 @@ let
|
||||||
sed -i "s|/usr/local/sbin /sbin /usr/sbin||" \
|
sed -i "s|/usr/local/sbin /sbin /usr/sbin||" \
|
||||||
$out/share/fish/completions/{sudo.fish,doas.fish}
|
$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 ''
|
'' + optionalString stdenv.isLinux ''
|
||||||
sed -e "s| ul| ${utillinux}/bin/ul|" \
|
sed -e "s| ul| ${utillinux}/bin/ul|" \
|
||||||
-i "$out/share/fish/functions/__fish_print_help.fish"
|
-i "$out/share/fish/functions/__fish_print_help.fish"
|
||||||
|
|
Loading…
Reference in a new issue