lang/haskell-mode.el: mark devel* flavors BROKEN

Error: void-function (batch-update-autoloads)

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2023-02-23 09:22:12 +00:00
parent 3f205a5360
commit bdb5cb913e

View file

@ -10,6 +10,10 @@ WWW= https://projects.haskell.org/haskellmode-emacs/
LICENSE= GPLv3
.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
BROKEN= fails to build
.endif
USES= emacs gmake
USE_GITHUB= yes
GH_ACCOUNT= haskell