mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
haskell-base64-bytestring: disable test suite do fix the build
https://github.com/bos/base64-bytestring/issues/15
This commit is contained in:
parent
8b07b3a6a1
commit
c82d37a6b3
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
||||
HUnit QuickCheck testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/base64-bytestring";
|
||||
description = "Fast base64 encoding and decoding for ByteStrings";
|
||||
|
Loading…
Reference in New Issue
Block a user