forked from mirrors/nixpkgs
haskell-libmpd: jailbreak to fix build with recent versions of 'text'
This commit is contained in:
parent
b5113c90a4
commit
74a9767c5e
|
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
|||
testDepends = [
|
||||
dataDefault hspec HUnit mtl network QuickCheck text time utf8String
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/joachifm/libmpd-haskell";
|
||||
description = "An MPD client library";
|
||||
|
|
Loading…
Reference in a new issue