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



                   
{ depot, ... }:

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