a6304a1e33
We can't use cl-lib as that apparently doesn't contain lexical-let*. Change-Id: I8e65d20215ae5667bb92b71e6318ad9d66125320 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4941 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
8 lines
167 B
Nix
8 lines
167 B
Nix
{ depot, ... }:
|
|
|
|
depot.tools.emacs-pkgs.buildEmacsPackage {
|
|
pname = "nix-util";
|
|
version = "1.0";
|
|
src = ./nix-util.el;
|
|
externalRequires = epkgs: [ epkgs.s ];
|
|
}
|