summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-12-26 17:03:40 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-26 23:23:36 +0000
commitd1595d82495da6f1a11dea5a47d5f4ea0bc893c9 (patch)
treed582f4eb3e3b5a854e09a1f1c5cecf2f7f3585bb
parentMerge pull request #150915 from NixOS/backport-150635-to-release-21.11 (diff)
downloadnixpkgs-d1595d82495da6f1a11dea5a47d5f4ea0bc893c9.tar.gz
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. (cherry picked from commit e22939cc8072a603e55b82272db97bbcc2cfe063)
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 501cfb3b0501..2e430d7c6ad0 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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";