forked from mirrors/nixpkgs
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"
|
||||
mv $pname-$version emacs/site-lisp
|
||||
'';
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://www.mew.org/~kazu/proj/ghc-mod/";
|
||||
description = "Happy Haskell programming on Emacs/Vim";
|
||||
|
|
Loading…
Reference in a new issue