mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
haskellPackages.hailgun: fix build (#358192)
This commit is contained in:
commit
727f3072c1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user