From ace303f79c2d6b8389fdb5595e4d42529342463c Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 7 Dec 2015 06:28:56 -0600 Subject: [PATCH] emacsPackagesNg: pass melpaBuild, trivialBuild to packages --- pkgs/top-level/emacs-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix index 26be7d1cda5..3882153d8e0 100644 --- a/pkgs/top-level/emacs-packages.nix +++ b/pkgs/top-level/emacs-packages.nix @@ -46,7 +46,7 @@ with lib.licenses; let packagesFun = super: self: with self; { - inherit emacs; + inherit emacs melpaBuild trivialBuild; ## START HERE