diff options
-rw-r--r-- | community/ipynb2html/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ipynb2html/APKBUILD b/community/ipynb2html/APKBUILD index 0864bd215f..0596cb529e 100644 --- a/community/ipynb2html/APKBUILD +++ b/community/ipynb2html/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.1.0 pkgrel=0 pkgdesc="Convert Jupyter Notebook to static HTML" url="https://github.com/jirutka/ipynb2html" -arch="noarch" +arch="noarch !mips !mips64" license="MIT BSD-3-Clause" depends="nodejs" makedepends="yarn" |