mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 01:20:40 +00:00
haskellPackages.http3: build with network 3.1.2.2
We need to conform with its dependency quic here.
This commit is contained in:
parent
33d3721378
commit
72a54a7021
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue