about summary refs log tree commit diff
path: root/tools/emacs-pkgs/tvl/default.nix
blob: 5dcc184bb521a4508051ea6dd8205ab99743521e (plain) (blame)
1
2
3
4
5
6
7
8
{ depot, ... }:

depot.tools.emacs-pkgs.buildEmacsPackage {
  pname = "tvl";
  version = "1.0";
  src = ./tvl.el;
  externalRequires = (epkgs: with epkgs; [ magit s ]);
}