haskellPackages.nix-thunk: Document patches

As requested in
https://github.com/NixOS/nixpkgs/pull/150635#discussion_r770152144

Sorry I didn't notice the existing comments and do this from the get-go.
main
John Ericson 2 years ago
parent bd241e39f3
commit e22939cc80
  1. 2
      pkgs/development/haskell-modules/configuration-common.nix

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

Loading…
Cancel
Save