prometheus: no need to jailbreak

- prometheus no longer needs to be jailbroken, removing 'doJailbreak'.
  Jailbreaking was added in
  https://github.com/NixOS/nixpkgs/pull/70956 to overcome issue
  https://github.com/bitnomial/prometheus/issues/34.
- This issue has since been fixed and so jailbreaking is no longer
  necessary.
This commit is contained in:
Samuel Evans-Powell 2020-03-19 09:20:50 +08:00 committed by Peter Simons
parent 7ac3b76a9d
commit 57874b620e

View File

@ -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;