Skip to content

Commit 0cd3dac

Browse files
authored
emacs30.pkgs.aio: Fix build (NixOS#370021)
2 parents 8cfe251 + c309e66 commit 0cd3dac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,9 @@ let
761761
# Optimizer error: too much on the stack
762762
ack-menu = ignoreCompilationError super.ack-menu;
763763

764+
# https://github.com/skeeto/emacs-aio/issues/31
765+
aio = ignoreCompilationError super.aio;
766+
764767
# https://github.com/gongo/airplay-el/issues/2
765768
airplay = addPackageRequires super.airplay [ self.request-deferred ];
766769

0 commit comments

Comments
 (0)