haskellPackages.restless-git: fix build
This commit is contained in:
parent
423dd6cc29
commit
231754d995
@ -915,7 +915,8 @@ self: super: {
|
|||||||
grakn = dontCheck (doJailbreak super.grakn);
|
grakn = dontCheck (doJailbreak super.grakn);
|
||||||
|
|
||||||
# test suite requires git and does a bunch of git operations
|
# test suite requires git and does a bunch of git operations
|
||||||
restless-git = dontCheck super.restless-git;
|
# doJailbreak because of hardcoded time, seems to be fixed upstream
|
||||||
|
restless-git = dontCheck (doJailbreak super.restless-git);
|
||||||
|
|
||||||
# Depends on broken fluid.
|
# Depends on broken fluid.
|
||||||
fluid-idl-http-client = markBroken super.fluid-idl-http-client;
|
fluid-idl-http-client = markBroken super.fluid-idl-http-client;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user