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
@ -14,6 +14,8 @@ cabal.mkDerivation (self: {
|
|||||||
text time unorderedContainers utf8String vector
|
text time unorderedContainers utf8String vector
|
||||||
];
|
];
|
||||||
testDepends = [ doctest ];
|
testDepends = [ doctest ];
|
||||||
|
jailbreak = true;
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/atnnn/haskell-rethinkdb";
|
homepage = "http://github.com/atnnn/haskell-rethinkdb";
|
||||||
description = "A driver for RethinkDB 1.15";
|
description = "A driver for RethinkDB 1.15";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user