Merge pull request #152290 from NixOS/backport-152282-to-release-21.11

[Backport release-21.11] haskellPackages.nix-thunk: Document patches
This commit is contained in:
Dennis Gosnell
2021-12-27 10:39:06 +09:00
committed by GitHub

View File

@@ -1677,6 +1677,8 @@ self: super: {
# Issue reported upstream, no bug tracker url yet.
darcs = doJailbreak super.darcs;
# Too strict verion bounds on cryptonite and github.
# PRs are merged, will be fixed next release or Hackage revision.
nix-thunk = appendPatches [
(pkgs.fetchpatch {
url = "https://github.com/obsidiansystems/nix-thunk/commit/49d27a85dd39cd9413c99958c67e596756a502b5.patch";