Unverified Commit ec9ac6e4 authored by Dennis Gosnell's avatar Dennis Gosnell Committed by GitHub
Browse files

Merge pull request #258387 from mpscholten/fix-amazonka

haskellPackages.amazonka: Fix build
parents eff9c8e1 78589543
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1836,15 +1836,6 @@ self: super: {
  vivid-osc = dontCheck super.vivid-osc;
  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.
  feed = dontCheck super.feed;

+0 −1
Original line number Diff line number Diff line
@@ -139,7 +139,6 @@ broken-packages:
  - 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
  - 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
  - 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
+0 −2
Original line number Diff line number Diff line
@@ -28679,8 +28679,6 @@ self: {
       ];
       description = "Comprehensive Amazon Web Services SDK";
       license = lib.licenses.mpl20;
       hydraPlatforms = lib.platforms.none;
       broken = true;
     }) {};
  "amazonka-accessanalyzer" = callPackage