From 3d2ec781e77c39ef4e68b557408d11752d76f167 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Fri, 22 Nov 2024 16:40:16 +0000 Subject: [PATCH] haskellPackages.hailgun: fix build --- .../haskell-modules/configuration-common.nix | 16 ++++++++++++++++ .../configuration-hackage2nix/broken.yaml | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8ce0ac1da221..81b30af54db9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3007,4 +3007,20 @@ self: super: { doJailbreak # https://github.com/testcontainers/testcontainers-hs/pull/58 ]; + # https://bitbucket.org/echo_rm/hailgun/pull-requests/27 + hailgun = appendPatches [ + (fetchpatch { + url = "https://bitbucket.org/nh2/hailgun/commits/ac2bc2a3003e4b862625862c4565fece01c0cf57/raw"; + sha256 = "sha256-MWeK9nzMVP6cQs2GBFkohABgL8iWcT7YzwF+tLOkIjo="; + }) + (fetchpatch { + url = "https://bitbucket.org/nh2/hailgun/commits/583daaf87265a7fa67ce5171fe1077e61be9b39c/raw"; + sha256 = "sha256-6WITonLoONxZzzkS7EI79LwmwSdkt6TCgvHA2Hwy148="; + }) + (fetchpatch { + url = "https://bitbucket.org/nh2/hailgun/commits/b9680b82f6d58f807828c1bbb57e26c7af394501/raw"; + sha256 = "sha256-MnOc51tTNg8+HDu1VS2Ct7Mtu0vuuRd3DjzOAOF+t7Q="; + }) + ] super.hailgun; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index f76f7ebf4cd3..a329e7be4f0c 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -2247,7 +2247,6 @@ broken-packages: - hahp # failure in job https://hydra.nixos.org/build/233250101 at 2023-09-02 - haiji # failure in job https://hydra.nixos.org/build/233232272 at 2023-09-02 - hail # failure in job https://hydra.nixos.org/build/233219127 at 2023-09-02 - - hailgun # failure in job https://hydra.nixos.org/build/233242996 at 2023-09-02 - hairy # failure in job https://hydra.nixos.org/build/233226903 at 2023-09-02 - hakaru # failure in job https://hydra.nixos.org/build/233231467 at 2023-09-02 - hakismet # failure in job https://hydra.nixos.org/build/233212497 at 2023-09-02