From 148d5c0685fc05dbf410b6486df1e2cd3330ab5c Mon Sep 17 00:00:00 2001 From: its-pointless Date: Mon, 20 Jan 2020 09:26:45 +1100 Subject: [PATCH] fish using spawn.h --- packages/fish/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fish/build.sh b/packages/fish/build.sh index 40c6f334d..71ec53cd7 100644 --- a/packages/fish/build.sh +++ b/packages/fish/build.sh @@ -6,7 +6,7 @@ TERMUX_PKG_SRCURL=https://github.com/fish-shell/fish-shell/releases/download/$TE TERMUX_PKG_SHA256=d5b927203b5ca95da16f514969e2a91a537b2f75bec9b21a584c4cd1c7aa74ed # fish calls 'tput' from ncurses-utils, at least when cancelling (Ctrl+C) a command line. # man is needed since fish calls apropos during command completion. -TERMUX_PKG_DEPENDS="libc++, ncurses, libandroid-support, ncurses-utils, man, bc, pcre2" +TERMUX_PKG_DEPENDS="libc++, ncurses, libandroid-support, ncurses-utils, man, bc, pcre2, libandroid-spawn" TERMUX_PKG_BUILD_IN_SRC=true # Prevent clash with ripgrep package: TERMUX_PKG_RM_AFTER_INSTALL="share/fish/completions/rg.fish"