From 18cf4ce9d6296a8d38b7c905b253d9387728f1ed Mon Sep 17 00:00:00 2001 From: Christian Rondeau Date: Sat, 22 Apr 2017 17:34:50 -0400 Subject: [PATCH] Add bc dependency to fish shell (#953) See https://github.com/fish-shell/fish-shell/issues/2974 This will only fail at runtime in some autocomplete commands, if the dependency is not installed. --- 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 ad7528f8..456e99de 100644 --- a/packages/fish/build.sh +++ b/packages/fish/build.sh @@ -5,7 +5,7 @@ TERMUX_PKG_SRCURL=https://github.com/fish-shell/fish-shell/releases/download/$TE TERMUX_PKG_SHA256=f8c0edadca2de379ccf305aeace660a9255fa2180c72e85e97705a24c256b2a5 # 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="ncurses, libandroid-support, ncurses-utils, man" +TERMUX_PKG_DEPENDS="ncurses, libandroid-support, ncurses-utils, man, bc" TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_FOLDERNAME=fish-$TERMUX_PKG_VERSION TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_file__proc_self_stat=yes" -- 2.11.0