summary refs log tree commit diff
path: root/pkgs/top-level/emacs-packages.nix
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2021-02-24 14:37:34 +0100
committeradisbladis <adisbladis@gmail.com>2021-02-24 15:40:58 +0100
commit96473722027815100ca2626a2607be6199578b04 (patch)
tree94c74bb60c9896520248deb040d64f4b22e68e9a /pkgs/top-level/emacs-packages.nix
parentfbecdac147c149e96ba0d79f7926c62c1eb1cf65 (diff)
downloadnixpkgs-96473722027815100ca2626a2607be6199578b04.tar
nixpkgs-96473722027815100ca2626a2607be6199578b04.tar.gz
nixpkgs-96473722027815100ca2626a2607be6199578b04.tar.bz2
nixpkgs-96473722027815100ca2626a2607be6199578b04.tar.lz
nixpkgs-96473722027815100ca2626a2607be6199578b04.tar.xz
nixpkgs-96473722027815100ca2626a2607be6199578b04.tar.zst
nixpkgs-96473722027815100ca2626a2607be6199578b04.zip
emacs.pkgs: Get rid of `external` from all-packages.nix
This was a strange construct that made these attrsets more difficult to work with.

It's simpler to just use pkgs.
Diffstat (limited to 'pkgs/top-level/emacs-packages.nix')
-rw-r--r--pkgs/top-level/emacs-packages.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix
index 329fb572582..c883a5fd549 100644
--- a/pkgs/top-level/emacs-packages.nix
+++ b/pkgs/top-level/emacs-packages.nix
@@ -38,7 +38,6 @@
 , trivialBuild
 , melpaBuild
 
-, external
 , pkgs
 }:
 
@@ -50,7 +49,7 @@ let
 
   # Contains both melpa stable & unstable
   melpaGeneric = import ../applications/editors/emacs-modes/melpa-packages.nix {
-    inherit external lib pkgs;
+    inherit lib pkgs;
   };
   mkMelpaStablePackages = melpaGeneric "stable";
   mkMelpaPackages = melpaGeneric "unstable";
@@ -64,7 +63,7 @@ let
   };
 
   mkManualPackages = import ../applications/editors/emacs-modes/manual-packages.nix {
-    inherit external lib pkgs;
+    inherit lib pkgs;
   };
 
 in lib.makeScope newScope (self: lib.makeOverridable ({