From 2fd01292d579c2aadf76aad496f1408d7c13e67f Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 8 Apr 2020 01:50:02 +0000 Subject: community/ipynb2html: disable on mips, no nodejs --- community/ipynb2html/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/ipynb2html') 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" -- cgit v1.2.3