fish-shell: add dependency "bc"
Without bc, typing `sudo x` and hitting tab to autocomplete with throw an error from the completion file stating "command bc not found".
This commit is contained in:
parent
8d2f037057
commit
176cc23ea4
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'fish-shell'
|
# Template file for 'fish-shell'
|
||||||
pkgname=fish-shell
|
pkgname=fish-shell
|
||||||
version=2.3.1
|
version=2.3.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
depends="bc"
|
||||||
register_shell="/usr/bin/fish"
|
register_shell="/usr/bin/fish"
|
||||||
conf_files="/etc/fish/config.fish"
|
conf_files="/etc/fish/config.fish"
|
||||||
wrksrc="fish-${version}"
|
wrksrc="fish-${version}"
|
||||||
|
|
Loading…
Reference in a new issue