dev-haskell/alex: use inplace alex for tests, bug #703920

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/703920
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2019-12-27 23:19:43 +00:00
parent 64db3a33b1
commit 72c564afc8

View File

@@ -57,8 +57,10 @@ src_compile() {
}
src_test() {
# workaround https://github.com/haskell/cabal/issues/2398
emake -k -C tests all
# 1. workaround Setup.hs deadlock: https://github.com/haskell/cabal/issues/2398
# 2. use freshly built ALEX= binary and datadir path
alex_datadir="${S}"/data \
emake -k -C tests all ALEX="${S}"/dist/build/alex/alex
}
src_install() {