diff options
author | davidovski <david@davidovski.xyz> | 2022-11-04 02:29:27 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-11-04 02:29:27 +0000 |
commit | 63add57ef96f10f464fc1bf7c821d2281b39edeb (patch) | |
tree | df6ff34494316e6e23d206dd81367f0a5a3ead73 /repo/fish/fish.xibuild | |
parent | 9cc8533c28967439cf57e6d4d0cac95d53b5ac67 (diff) |
Using toybox instead of sbase for posix
Diffstat (limited to 'repo/fish/fish.xibuild')
-rw-r--r-- | repo/fish/fish.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/fish/fish.xibuild b/repo/fish/fish.xibuild index 7d8acd9..dc12540 100644 --- a/repo/fish/fish.xibuild +++ b/repo/fish/fish.xibuild @@ -4,7 +4,7 @@ NAME="fish" DESC="Modern interactive commandline shell" MAKEDEPS="cmake " -DEPS="bc sbase pcre2-32 musl ncurses " +DEPS="bc toybox pcre2-32 musl ncurses " PKG_VER=3.5.1 SOURCE="https://github.com/fish-shell/fish-shell/releases/download/$PKG_VER/fish-$PKG_VER.tar.xz" |