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>
}
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() {