mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
haskell-libmpd: test suite build is broken by recent hspec update
This commit is contained in:
parent
a817ffe8c0
commit
e82eda551e
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
||||
dataDefault hspec HUnit mtl network QuickCheck text time utf8String
|
||||
];
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/joachifm/libmpd-haskell#readme";
|
||||
description = "An MPD client library";
|
||||
|
Loading…
Reference in New Issue
Block a user