mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
haskell-haskoin: jailbreak to fix build with latest version of 'text'
This commit is contained in:
parent
95a43ace28
commit
8867d4ba0a
@ -19,6 +19,7 @@ cabal.mkDerivation (self: {
|
||||
testFrameworkQuickcheck2 text
|
||||
];
|
||||
doCheck = false;
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/haskoin/haskoin";
|
||||
description = "Implementation of the Bitcoin protocol";
|
||||
|
Loading…
Reference in New Issue
Block a user