emacs.pkgs.graphviz-dot-mode: fix build

https://hydra.nix-community.org/build/6420632
This commit is contained in:
Lin Jian
2025-07-09 22:33:22 +08:00
parent 2b25bccdb8
commit ceeb43349b
@@ -1284,6 +1284,9 @@ let
graphene = ignoreCompilationError super.graphene; # elisp error
# https://github.com/ppareit/graphviz-dot-mode/issues/85
graphviz-dot-mode = addPackageRequires super.graphviz-dot-mode [ self.flycheck ];
greader = ignoreCompilationError super.greader; # elisp error
# TODO report to upstream