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:
Marc Scholten 2024-06-14 12:53:30 -07:00
parent 85a9715838
commit ceebde5c62
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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