Skip to content

Commit

Permalink
prometheus: no need to jailbreak
Browse files Browse the repository at this point in the history
- prometheus no longer needs to be jailbroken, removing 'doJailbreak'.
  Jailbreaking was added in
  NixOS#70956 to overcome issue
  bitnomial/prometheus#34.
- This issue has since been fixed and so jailbreaking is no longer
  necessary.
  • Loading branch information
sevanspowell committed Mar 19, 2020
1 parent e915d37 commit 24d759b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1250,10 +1250,6 @@ self: super: {
'';
});

# Version bounds for http-client are too strict:
# https://github.com/bitnomial/prometheus/issues/34
prometheus = doJailbreak super.prometheus;

# The doctests in universum-1.5.0 are broken. The doctests in versions of universum after
# 1.5.0 should be fixed, so this should be able to be removed.
universum = dontCheck super.universum;
Expand Down

0 comments on commit 24d759b

Please sign in to comment.