about summary refs log tree commit diff
path: root/third_party/emacs/rcirc/default.nix
{ depot, ... }:

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