branch: elpa/git-commit
commit 8bfac56c3be59f2ba06eb1b1a25be4714792bccf
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    ci: Specify dependencies in default.mk
    
    This isn't used by make, but is needed for the Compile ci workflow.
---
 default.mk | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/default.mk b/default.mk
index 401d5a7e70..8e65cf8ebd 100644
--- a/default.mk
+++ b/default.mk
@@ -235,6 +235,16 @@ ifndef ORG_LOAD_PATH
 ORG_LOAD_PATH = -L ../../org/lisp
 endif
 
+## Dependencies ######################################################
+
+# This isn't used by make, but is needed for the Compile ci workflow.
+
+DEPS  = compat
+DEPS += dash
+DEPS += transient/lisp
+DEPS += vterm
+DEPS += with-editor/lisp
+
 ## Publish ###########################################################
 
 DOMAIN      ?= magit.vc

Reply via email to