about summary refs log tree commit diff
path: root/third_party/emacs/rcirc/default.nix
blob: f34cbed7896a3116ed4f816479ebc837b3ab5163 (plain) (blame)
1
2
3
4
5
6
7
{ depot, ... }:

depot.tools.emacs-pkgs.buildEmacsPackage rec {
  pname = "rcirc";
  version = "1";
  src = ./rcirc.el;
}