about summary refs log tree commit diff
path: root/users/wpcarro/emacs/pkgs/cycle/default.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-08-02T19·47-0700
committerclbot <clbot@tvl.fyi>2022-08-02T20·31+0000
commit9d475c5b9b037389abed5ab68f15fa34bd67a567 (patch)
tree32f1e3ec89cb7415f17c06593b0dc888be51df78 /users/wpcarro/emacs/pkgs/cycle/default.nix
parent6c1ca20a62fca0e62f41b7f26964c0f40432835e (diff)
refactor(wpcarro/emacs): Remove cycle.el dep on list.el r/4369
Cleaning-up the dependency graph before (maybe) publishing this to MELPA.

Change-Id: Ic30c5e155621d57f0fd3ec30ef6c9e4ab14aba3e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6026
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/emacs/pkgs/cycle/default.nix')
-rw-r--r--users/wpcarro/emacs/pkgs/cycle/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/users/wpcarro/emacs/pkgs/cycle/default.nix b/users/wpcarro/emacs/pkgs/cycle/default.nix
index 88f656befd..b644b7a0f6 100644
--- a/users/wpcarro/emacs/pkgs/cycle/default.nix
+++ b/users/wpcarro/emacs/pkgs/cycle/default.nix
@@ -12,7 +12,6 @@ let
             dash
           ]) ++
           (with depot.users.wpcarro.emacs.pkgs; [
-            list
             maybe
             struct
           ]);