haskellPackages.crypton-connection: get building

This commit is contained in:
Dennis Gosnell
2023-10-08 10:01:03 +09:00
parent d108dd86fe
commit 345788180c
2 changed files with 5 additions and 5 deletions
@@ -1188,6 +1188,11 @@ self: super: {
jailbreak = assert drv.version == "1.0.9" && drv.revision == "1"; true;
}) super.dhall-nixpkgs);
crypton-connection = super.crypton-connection.override {
# requires tls >= 1.7
tls = self.tls_1_9_0;
};
stack =
lib.pipe
super.stack
@@ -1873,10 +1878,6 @@ self: super: {
# pandoc-cli requires pandoc >= 3.1
pandoc = self.pandoc_3_1_8;
# pandoc depends on crypton-connection, which requires tls >= 1.7
tls = self.tls_1_9_0;
crypton-connection = unmarkBroken super.crypton-connection;
# pandoc depends on http-client-tls, which only starts depending
# on crypton-connection in http-client-tls-0.3.6.2.
http-client-tls = self.http-client-tls_0_3_6_3;
@@ -974,7 +974,6 @@ broken-packages:
- cryptoids-types # failure in job https://hydra.nixos.org/build/233242596 at 2023-09-02
- crypto-keys-ssh # failure in job https://hydra.nixos.org/build/233222227 at 2023-09-02
- crypto-multihash # failure in job https://hydra.nixos.org/build/233220770 at 2023-09-02
- crypton-connection # failure in job https://hydra.nixos.org/build/233230068 at 2023-09-02
- crypto-numbers # failure in job https://hydra.nixos.org/build/233225721 at 2023-09-02
- crypto-pubkey-openssh # failure in job https://hydra.nixos.org/build/233207007 at 2023-09-02
- crypto-random-effect # failure in job https://hydra.nixos.org/build/233236324 at 2023-09-02