nvfetcher: remove jailbreak that is no longer necessary

main
Dennis Gosnell 2 years ago
parent c659631a92
commit bd6a853913
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -687,9 +687,6 @@ self: super: {
# https://github.com/pxqr/base32-bytestring/issues/4
base32-bytestring = dontCheck super.base32-bytestring;
# 2022-03-24: Strict aeson bound: https://github.com/berberman/nvfetcher/pull/63
nvfetcher = throwIfNot (super.nvfetcher.version == "0.4.0.0") "nvfetcher: remove jailbreak after update" doJailbreak super.nvfetcher;
# 2022-03-24: Strict aeson bound:
arch-web = throwIfNot (super.arch-web.version == "0.1.0") "arch-web: remove jailbreak after update" doJailbreak super.arch-web;

Loading…
Cancel
Save