mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
ghostty: mark broken for arm*
This commit is contained in:
parent
90a8e8d4ae
commit
38d8c644b4
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ homepage="https://ghostty.org/"
|
|||
distfiles="https://github.com/ghostty-org/ghostty/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=b499f3811416b9bdea0b26599f8147955ffa1da468129eb44bc45609c2775fb7
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
armv*) broken="src/apprt/gtk/cgroup.zig:70:14: error: expected type 'usize', found 'u64'" ;;
|
||||
esac
|
||||
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
rm -f ${DESTDIR}/usr/share/man/.placeholder
|
||||
|
|
Loading…
Add table
Reference in a new issue