mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
haskell-aeson: disable test suite to avoid build error
See <https://github.com/bos/aeson/issues/122> for further detail.
This commit is contained in:
parent
64e8c45576
commit
aa51bc57f8
|
@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
|
|||
attoparsec QuickCheck testFramework testFrameworkQuickcheck2 text
|
||||
time
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/aeson";
|
||||
description = "Fast JSON parsing and encoding";
|
||||
|
|
Loading…
Reference in a new issue