Merge pull request #152282 from obsidiansystems/fix-nix-thunk

haskellPackages.nix-thunk: Document patches
This commit is contained in:
John Ericson 2021-12-26 15:18:34 -08:00 committed by GitHub
commit 67006a1485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1712,6 +1712,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";