From 9d95751302377ac74b0bb05e09ef4b5f7831dc15 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 13 Apr 2021 23:55:31 +0200 Subject: feat(tools/emacs-pkgs): Add new builder for internal packages Adds a new internal builder that makes it possible to override the `emacsPackages` passed to our Emacs packages, which in turn makes it possible to inject them into the emacsPackages fixpoint and use them with features like Emacs native compilation. Change-Id: I80dad57115c83cf5693ae6ba4e4cf3105d103d5e Reviewed-on: https://cl.tvl.fyi/c/depot/+/3003 Tested-by: BuildkiteCI Reviewed-by: adisbladis Reviewed-by: grfn --- third_party/emacs/rcirc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/emacs') diff --git a/third_party/emacs/rcirc/default.nix b/third_party/emacs/rcirc/default.nix index 9d22c7cd86..f34cbed789 100644 --- a/third_party/emacs/rcirc/default.nix +++ b/third_party/emacs/rcirc/default.nix @@ -1,6 +1,6 @@ -{ pkgs, ... }: +{ depot, ... }: -pkgs.emacsPackages.trivialBuild rec { +depot.tools.emacs-pkgs.buildEmacsPackage rec { pname = "rcirc"; version = "1"; src = ./rcirc.el; -- cgit 1.4.1