refactor(wpcarro/emacs): Remove cycle.el's dep on maybe.el

More pruning on inter-library dependencies.

Change-Id: I711ab92f2985b543ee2684752f9cdbf5559f2eaf
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6035
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2022-08-02 14:20:46 -07:00 committed by clbot
parent 3461753478
commit db0cfd0616
3 changed files with 6 additions and 14 deletions

View file

@ -12,7 +12,6 @@ let
dash
]) ++
(with depot.users.wpcarro.emacs.pkgs; [
maybe
struct
]);
})
@ -20,7 +19,6 @@ let
emacs = (pkgs.emacsPackagesFor pkgs.emacs28).emacsWithPackages (epkgs: [
epkgs.dash
depot.users.wpcarro.emacs.pkgs.maybe
cycle
]);
in