emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/exec-path-from-shell 1d110cb57e 5/5: Ensure cl-lib is pre-


From: ELPA Syncer
Subject: [nongnu] elpa/exec-path-from-shell 1d110cb57e 5/5: Ensure cl-lib is pre-installed for CI
Date: Sat, 4 Nov 2023 07:01:06 -0400 (EDT)

branch: elpa/exec-path-from-shell
commit 1d110cb57ee2dedf1cf58f762c8dd39488534ad7
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Ensure cl-lib is pre-installed for CI
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 71384e7d13..30645187c6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 EMACS ?= emacs
 
 # A space-separated list of required package names
-DEPS =
+DEPS = cl-lib
 
 INIT_PACKAGES="(progn \
   (require 'package) \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]