Allow Elisp linting to run concurrently with Emacs init

No reason for init-emacs to block lint-elisp.
This commit is contained in:
William Carroll 2020-09-01 16:50:12 +01:00
parent baf08416cf
commit 6961948da5

View file

@ -53,7 +53,7 @@ let
./emacs/.emacs.d/wpc/*.el ./emacs/.emacs.d/wpc/*.el
''; '';
label = ":gnu: lint Emacs"; label = ":gnu: lint Emacs";
depends_on = "init-emacs"; depends_on = "build-briefcase";
} }
{ {
key = "build-socrates"; key = "build-socrates";