haskellPackages.amazonka: Fix build
This commit is contained in:
parent
c0831fce32
commit
785895439e
3 changed files with 0 additions and 12 deletions
|
@ -1836,15 +1836,6 @@ self: super: {
|
||||||
vivid-osc = dontCheck super.vivid-osc;
|
vivid-osc = dontCheck super.vivid-osc;
|
||||||
vivid-supercollider = dontCheck super.vivid-supercollider;
|
vivid-supercollider = dontCheck super.vivid-supercollider;
|
||||||
|
|
||||||
# while waiting for a new release: https://github.com/brendanhay/amazonka/pull/572
|
|
||||||
amazonka = appendPatches [
|
|
||||||
(fetchpatch {
|
|
||||||
relative = "amazonka";
|
|
||||||
url = "https://github.com/brendanhay/amazonka/commit/43ddd87b1ebd6af755b166e16336259ec025b337.patch";
|
|
||||||
sha256 = "sha256-9Ed3qrLGRaNCdvqWMyg8ydAnqDkFqWKLLoObv/5jG54=";
|
|
||||||
})
|
|
||||||
] (doJailbreak super.amazonka);
|
|
||||||
|
|
||||||
# Test suite does not compile.
|
# Test suite does not compile.
|
||||||
feed = dontCheck super.feed;
|
feed = dontCheck super.feed;
|
||||||
|
|
||||||
|
|
|
@ -139,7 +139,6 @@ broken-packages:
|
||||||
- altfloat # failure in job https://hydra.nixos.org/build/233197874 at 2023-09-02
|
- altfloat # failure in job https://hydra.nixos.org/build/233197874 at 2023-09-02
|
||||||
- alure # failure in job https://hydra.nixos.org/build/233230238 at 2023-09-02
|
- alure # failure in job https://hydra.nixos.org/build/233230238 at 2023-09-02
|
||||||
- amazon-emailer # failure in job https://hydra.nixos.org/build/233220018 at 2023-09-02
|
- amazon-emailer # failure in job https://hydra.nixos.org/build/233220018 at 2023-09-02
|
||||||
- amazonka # failure in job https://hydra.nixos.org/build/233220743 at 2023-09-02
|
|
||||||
- amazonka-iam-policy # failure in job https://hydra.nixos.org/build/233233098 at 2023-09-02
|
- amazonka-iam-policy # failure in job https://hydra.nixos.org/build/233233098 at 2023-09-02
|
||||||
- amazon-products # failure in job https://hydra.nixos.org/build/233193877 at 2023-09-02
|
- amazon-products # failure in job https://hydra.nixos.org/build/233193877 at 2023-09-02
|
||||||
- AMI # failure in job https://hydra.nixos.org/build/233232505 at 2023-09-02
|
- AMI # failure in job https://hydra.nixos.org/build/233232505 at 2023-09-02
|
||||||
|
|
|
@ -28679,8 +28679,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Comprehensive Amazon Web Services SDK";
|
description = "Comprehensive Amazon Web Services SDK";
|
||||||
license = lib.licenses.mpl20;
|
license = lib.licenses.mpl20;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"amazonka-accessanalyzer" = callPackage
|
"amazonka-accessanalyzer" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue