diff options
Diffstat (limited to 'community/nnn/APKBUILD')
-rw-r--r-- | community/nnn/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nnn/APKBUILD b/community/nnn/APKBUILD index 552174e813..340b24066b 100644 --- a/community/nnn/APKBUILD +++ b/community/nnn/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.9 pkgrel=0 pkgdesc="The missing terminal file browser for X" url="https://github.com/jarun/nnn" -arch="all !armhf" # armhf: fails to build +arch="all !armhf !armv7" # armhf: fails to build license="BSD-2-Clause" makedepends="ncurses-dev readline-dev" options="!check" # no tests provided and `nnn -v` requires tty |