From 72a54a702159ea6d95a7139a3ad846a567baeabf Mon Sep 17 00:00:00 2001 From: sternenseemann <sternenseemann@systemli.org> Date: Mon, 4 Oct 2021 17:39:29 +0200 Subject: [PATCH] haskellPackages.http3: build with network 3.1.2.2 We need to conform with its dependency quic here. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d8c096f1630c..33b969109790 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2022,4 +2022,8 @@ EOT network = self.network_3_1_2_2; }); + http3 = super.http3.overrideScope (self: super: { + network = self.network_3_1_2_2; + }); + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super