about summary refs log blame commit diff
path: root/tools/emacs-pkgs/notable/default.nix
blob: 94af474dad0a3ca444b31eb60e74b32ed5da9542 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     






                                              
                                  

    
{ depot, pkgs, ... }:

pkgs.emacsPackages.trivialBuild rec {
  pname = "notable";
  version = "1.0";
  src = ./notable.el;
  packageRequires = with pkgs.emacsPackages; [
    dash f ht s
    depot.tools.emacs-pkgs.dottime
  ];
}