summary refs log tree commit diff
path: root/pkgs/top-level/emacs-packages.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-01-20 12:53:11 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-20 12:53:11 -0600
commit32c30411cfbb6e26512a299fe4830bed05b67b3e (patch)
tree5e8fb724228665001c71447aa78a9f46febd61df /pkgs/top-level/emacs-packages.nix
parent2b1024646b42958a874446ec7155cc6c6b247d78 (diff)
downloadnixpkgs-32c30411cfbb6e26512a299fe4830bed05b67b3e.tar
nixpkgs-32c30411cfbb6e26512a299fe4830bed05b67b3e.tar.gz
nixpkgs-32c30411cfbb6e26512a299fe4830bed05b67b3e.tar.bz2
nixpkgs-32c30411cfbb6e26512a299fe4830bed05b67b3e.tar.lz
nixpkgs-32c30411cfbb6e26512a299fe4830bed05b67b3e.tar.xz
nixpkgs-32c30411cfbb6e26512a299fe4830bed05b67b3e.tar.zst
nixpkgs-32c30411cfbb6e26512a299fe4830bed05b67b3e.zip
emacsWithPackages: link packages into single load-path
This should provide a small speed improvement by avoiding having to set
hundreds of load-paths.
Diffstat (limited to 'pkgs/top-level/emacs-packages.nix')
-rw-r--r--pkgs/top-level/emacs-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix
index 0bd7b0efad3..896e324c51b 100644
--- a/pkgs/top-level/emacs-packages.nix
+++ b/pkgs/top-level/emacs-packages.nix
@@ -36,7 +36,7 @@
 
 , lib, newScope, stdenv, fetchurl, fetchgit, fetchFromGitHub, fetchhg
 
-, emacs, texinfo, makeWrapper
+, emacs, texinfo, lndir, makeWrapper
 , trivialBuild
 , melpaBuild
 
@@ -60,7 +60,7 @@ let
   };
 
   emacsWithPackages = import ../build-support/emacs/wrapper.nix {
-    inherit lib makeWrapper stdenv;
+    inherit lib lndir makeWrapper stdenv;
   };
 
   packagesFun = self: with self; {