haskell-ghc-mod: disable test suite to fix the build
The test suite depends on the ghc-path module, which doesn't work with ghc-wrapper. Eventually, we'll need a solution for this problem in our Cabal builds.
This commit is contained in:
parent
c6637b1f30
commit
eeeef91f73
@ -25,6 +25,7 @@ cabal.mkDerivation (self: {
|
|||||||
ensureDir "$out/share/emacs"
|
ensureDir "$out/share/emacs"
|
||||||
mv $pname-$version emacs/site-lisp
|
mv $pname-$version emacs/site-lisp
|
||||||
'';
|
'';
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.mew.org/~kazu/proj/ghc-mod/";
|
homepage = "http://www.mew.org/~kazu/proj/ghc-mod/";
|
||||||
description = "Happy Haskell programming on Emacs/Vim";
|
description = "Happy Haskell programming on Emacs/Vim";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user