mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-rethinkdb: jailbreak to fix build with network 2.6.x
Also, disable the test suite, which won't succeed because it tries to use network services like getProtocolByName.
This commit is contained in:
parent
d5d593a256
commit
6a703aa570
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ cabal.mkDerivation (self: {
|
|||
text time unorderedContainers utf8String vector
|
||||
];
|
||||
testDepends = [ doctest ];
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/atnnn/haskell-rethinkdb";
|
||||
description = "A driver for RethinkDB 1.15";
|
||||
|
|
Loading…
Reference in a new issue