emacs.pkgs.sx: ignore comilation error

https://hydra.nix-community.org/build/4136790
This commit is contained in:
Lin Jian
2025-03-15 22:44:03 +08:00
parent 40415d7d32
commit a69aee22c5
@@ -1633,6 +1633,8 @@ let
# missing optional dependencies
suggest = addPackageRequires super.suggest [ self.shut-up ];
sx = ignoreCompilationError super.sx; # elisp error
symex = ignoreCompilationError super.symex; # elisp error
term-alert = mkHome super.term-alert;