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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
223 B
Nix
Raw Normal View History

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