Skip to content
Snippets Groups Projects
Verified Commit 6e3a5934 authored by Patrycja Rosa's avatar Patrycja Rosa :cat:
Browse files

testing/youtube-tui: add missing dep on libsixel-dev

riscv64-alpine-linux-musl/bin/ld: cannot find -lsixel: No such file or directory
parent 33e5cf14
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ pkgdesc="Aesthetically pleasing YouTube TUI written in Rust"
url="https://siriusmart.github.io/youtube-tui/"
arch="all"
license="GPL-3.0-or-later"
makedepends="cargo cargo-auditable mpv-dev"
makedepends="cargo cargo-auditable mpv-dev libsixel-dev"
source="https://github.com/Siriusmart/youtube-tui/archive/v$pkgver/youtube-tui-$pkgver.tar.gz"
prepare() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment