about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-09-06 20:05:08 +0200
committerGitHub <noreply@github.com>2023-09-06 20:05:08 +0200
commit0c2090dc71af1eb2262d712b62c09b559f9b6b02 (patch)
tree2c02fdb72c922699f3dc455f117b2944fb9b76b6 /pkgs/development/haskell-modules/configuration-common.nix
parent21fdfeeb7e07414feece33ac12bd90ce66cb1b18 (diff)
parentd215f3eb05223eec2e46948b4cb222e7d7e3ab7b (diff)
Merge pull request #252899 from aidalgol/mailctl-fix
Unbreak mailctl
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 79824158847e5..3411f21561501 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -313,6 +313,9 @@ self: super: {
   # defined as >= 3.1  && < 3.2, can be removed once pandoc gets bumped by Stackage.
   patat = super.patat.override { pandoc = self.pandoc_3_1_6_1; };
 
+  # http2 also overridden in all-packages.nix for mailctl.
+  twain = super.twain.override { http2 = self.http2_3_0_3; };
+
   # The latest release on hackage has an upper bound on containers which
   # breaks the build, though it works with the version of containers present
   # and the upper bound doesn't exist in code anymore: