mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
haskell-numbers: disable 'doCheck' to avoid build errors
Setup: At least the following dependencies are missing: test-framework ==0.6.*, test-framework-quickcheck2 ==0.2.*
This commit is contained in:
parent
81da0c5194
commit
36700ed68f
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
||||
testDepends = [
|
||||
QuickCheck testFramework testFrameworkQuickcheck2
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/DanBurton/numbers";
|
||||
description = "Various number types";
|
||||
|
Loading…
Reference in New Issue
Block a user