mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
haskell-oeis: the test suite depends on network access
This commit is contained in:
parent
8bb29fb94a
commit
d9a71f35c8
|
@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
|
|||
sha256 = "1lp4mbsh98vnyfbnq9224n98hajv8q5prpzgbcw90bih0rbiw4w4";
|
||||
buildDepends = [ HTTP network ];
|
||||
testDepends = [ HUnit testFramework testFrameworkHunit ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "Interface to the Online Encyclopedia of Integer Sequences (OEIS)";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue