mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
haskellPackages.diohsc: unbreak (#339302)
This commit is contained in:
commit
adf1e11079
@ -2044,6 +2044,11 @@ self: super: {
|
||||
tls = self.tls_2_0_6;
|
||||
});
|
||||
|
||||
# Requests version 2 of tls, can be removed once it's the default
|
||||
diohsc = super.diohsc.overrideScope (self: super: {
|
||||
tls = self.tls_2_0_6;
|
||||
});
|
||||
|
||||
# Need https://github.com/obsidiansystems/cli-extras/pull/12 and more
|
||||
cli-extras = doJailbreak super.cli-extras;
|
||||
|
||||
|
@ -1318,7 +1318,6 @@ broken-packages:
|
||||
- dijkstra-simple # failure in job https://hydra.nixos.org/build/233218373 at 2023-09-02
|
||||
- DimensionalHash # failure in job https://hydra.nixos.org/build/233230945 at 2023-09-02
|
||||
- dino # failure in job https://hydra.nixos.org/build/252725815 at 2024-03-16
|
||||
- diohsc # failure in job https://hydra.nixos.org/build/259625302 at 2024-05-15
|
||||
- diophantine # failure in job https://hydra.nixos.org/build/233229215 at 2023-09-02
|
||||
- diplomacy # failure in job https://hydra.nixos.org/build/233207895 at 2023-09-02
|
||||
- direct-binary-files # failure in job https://hydra.nixos.org/build/233246387 at 2023-09-02
|
||||
|
@ -90712,9 +90712,7 @@ self: {
|
||||
];
|
||||
description = "Gemini client";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "diohsc";
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"diophantine" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user