mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-04 20:13:21 +00:00
haskellPackages.push-notify-apn: unbroken
I took over maintainership of this package a while ago and fixed the build errors in the latest hackage release
This commit is contained in:
parent
85a9715838
commit
ceebde5c62
@ -4811,7 +4811,6 @@ broken-packages:
|
||||
- pusher-ws # failure in job https://hydra.nixos.org/build/233204133 at 2023-09-02
|
||||
- pushme # failure in job https://hydra.nixos.org/build/233212481 at 2023-09-02
|
||||
- push-notifications # failure in job https://hydra.nixos.org/build/233199364 at 2023-09-02
|
||||
- push-notify-apn # failure in job https://hydra.nixos.org/build/260189652 at 2024-05-19
|
||||
- pushover # failure in job https://hydra.nixos.org/build/252739908 at 2024-03-16
|
||||
- putlenses # failure in job https://hydra.nixos.org/build/233197372 at 2023-09-02
|
||||
- puzzle-draw # failure in job https://hydra.nixos.org/build/233204953 at 2023-09-02
|
||||
|
@ -249267,9 +249267,7 @@ self: {
|
||||
testHaskellDepends = [ aeson base hspec ];
|
||||
description = "Send push notifications to mobile iOS devices";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "sendapn";
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"push-notify-ccs" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user