2022-05-19 14:39:52 +00:00
|
|
|
{ depot, ... }:
|
2020-09-30 03:42:59 +00:00
|
|
|
|
2022-05-19 14:39:52 +00:00
|
|
|
depot.tools.emacs-pkgs.buildEmacsPackage rec {
|
2020-09-30 03:42:59 +00:00
|
|
|
pname = "notable";
|
|
|
|
version = "1.0";
|
|
|
|
src = ./notable.el;
|
2022-05-19 14:39:52 +00:00
|
|
|
|
|
|
|
externalRequires = epkgs: with epkgs; [
|
|
|
|
f
|
|
|
|
ht
|
|
|
|
s
|
|
|
|
];
|
|
|
|
|
|
|
|
internalRequires = [
|
2020-09-30 03:42:59 +00:00
|
|
|
depot.tools.emacs-pkgs.dottime
|
|
|
|
];
|
|
|
|
}
|