From 4bbbb58cb537014dd8b0b3c3c560c039ac57ad89 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 21 Feb 2020 12:47:29 +0000 Subject: chore: Rename pkgs->depot in all Nix file headers --- tools/emacs-pkgs/term-switcher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/emacs-pkgs/term-switcher') diff --git a/tools/emacs-pkgs/term-switcher/default.nix b/tools/emacs-pkgs/term-switcher/default.nix index 09b5353dc4..b1f1a47861 100644 --- a/tools/emacs-pkgs/term-switcher/default.nix +++ b/tools/emacs-pkgs/term-switcher/default.nix @@ -1,6 +1,6 @@ { pkgs, ... }: -with pkgs.third_party.emacsPackagesNg; +with pkgs.emacsPackagesNg; melpaBuild rec { pname = "term-switcher"; -- cgit 1.4.1