1
0
Fork 1
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:
sternenseemann 2021-10-04 17:39:29 +02:00
parent 33d3721378
commit 72a54a7021

View file

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