haskellPackages.restless-git: fix build

This commit is contained in:
Robin Gloster 2017-12-29 16:45:38 +01:00
parent 423dd6cc29
commit 231754d995
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -915,7 +915,8 @@ self: super: {
grakn = dontCheck (doJailbreak super.grakn);
# 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.
fluid-idl-http-client = markBroken super.fluid-idl-http-client;