From 56966201782173e99b6dc863cb0625788736d347 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Fri, 12 Jan 2024 15:18:55 +0000 Subject: [PATCH] Use "compat" as the test package for emacsWithPackages --- tests/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/default.nix b/tests/default.nix index 44c5d19..21e2982 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -5,8 +5,7 @@ let emacs = ciEmacs; })).withPackages ( epkgs: [ - epkgs.seq - epkgs.dash + epkgs.compat ] ); in @@ -18,7 +17,7 @@ writeShellApplication { text = '' emacs --version '' + lib.optionalString canDoPackages '' - emacs -batch -q -l seq -l dash + emacs -batch -q -l compat echo "Successfully loaded." '' + lib.optionalString (lib.versionAtLeast ciEmacs.version "29") '' emacs -batch -q --eval \