about summary refs log tree commit diff
path: root/tools/emacs-pkgs/notable/default.nix
{ pkgs, ... }:

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