Skip to content

Commit 07a31bc

Browse files
committed
emacs.pkgs.rustic: add missing optional dep flycheck
emacs-rustic/rustic#93 https://hydra.nix-community.org/build/4179423
1 parent 257cd42 commit 07a31bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,6 +1535,10 @@ let
15351535

15361536
rpm-spec-mode = ignoreCompilationError super.rpm-spec-mode; # elisp error
15371537

1538+
# missing optional dependencies
1539+
# https://github.com/emacs-rustic/rustic/pull/93
1540+
rustic = addPackageRequires super.rustic [ self.flycheck ];
1541+
15381542
# https://github.com/emacsfodder/emacs-theme-sakura/issues/1
15391543
sakura-theme = addPackageRequiresIfOlder super.sakura-theme [ self.autothemer ] "20240921.1028";
15401544

0 commit comments

Comments
 (0)