From e6a64da84e56f08938065aae7fea2ee79253c1a3 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 19 Jan 2019 05:50:59 -0200 Subject: [PATCH] notmuch: broken armv7l-musl --- srcpkgs/notmuch/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index b7cf8a7a884..0ec3407f459 100644 --- a/srcpkgs/notmuch/template +++ b/srcpkgs/notmuch/template @@ -20,6 +20,7 @@ case "$XBPS_TARGET_MACHINE" in _args="--emacslispdir=/usr/share/emacs/site-lisp/notmuch --emacsetcdir=/usr/share/emacs/site-lisp/notmuch" ;; + armv7l-musl) broken="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/15480/steps/shell_3/logs/stdio";; *) _args="--without-emacs";; esac