fix(term-switcher): Add dependency on vterm

This commit is contained in:
Vincent Ambo 2019-12-16 03:57:03 +00:00
parent 20ef6710e0
commit 6108759688
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,7 @@ melpaBuild rec {
pname = "term-switcher";
version = "1.0";
src = ./term-switcher.el;
packageRequires = [ dash ivy s ];
packageRequires = [ dash ivy s vterm ];
recipe = builtins.toFile "recipe" ''
(term-switcher :fetcher github :repo "tazjin/depot")