Skip to content

Commit

Permalink
emacs30.pkgs.aio: Fix build (#370021)
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-lin authored Jan 2, 2025
2 parents 8cfe251 + c309e66 commit 0cd3dac
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,9 @@ let
# Optimizer error: too much on the stack
ack-menu = ignoreCompilationError super.ack-menu;

# https://github.com/skeeto/emacs-aio/issues/31
aio = ignoreCompilationError super.aio;

# https://github.com/gongo/airplay-el/issues/2
airplay = addPackageRequires super.airplay [ self.request-deferred ];

Expand Down

0 comments on commit 0cd3dac

Please sign in to comment.