tvl-depot/tools/emacs-pkgs/notable/default.nix

12 lines
228 B
Nix
Raw Normal View History

{ 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
];
}