summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes/elpa-packages.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-01-16 17:20:06 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-18 15:29:19 -0600
commitdecb5802c91915814fc6551442cd3f586a78de30 (patch)
treec27b785a10bf89000419d00e4781160e724326f7 /pkgs/applications/editors/emacs-modes/elpa-packages.nix
parent1724a07e2e06a7de4c30fc0983dfd4411771183e (diff)
downloadnixlib-decb5802c91915814fc6551442cd3f586a78de30.tar
nixlib-decb5802c91915814fc6551442cd3f586a78de30.tar.gz
nixlib-decb5802c91915814fc6551442cd3f586a78de30.tar.bz2
nixlib-decb5802c91915814fc6551442cd3f586a78de30.tar.lz
nixlib-decb5802c91915814fc6551442cd3f586a78de30.tar.xz
nixlib-decb5802c91915814fc6551442cd3f586a78de30.tar.zst
nixlib-decb5802c91915814fc6551442cd3f586a78de30.zip
elpaBuild: factor out package installation
Building packages requires package-build.el from Melpa, but installing
packages only requires package.el. Packages from ELPA are already built,
so there is no need to involve package-build.el.
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/elpa-packages.nix')
-rw-r--r--pkgs/applications/editors/emacs-modes/elpa-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs-modes/elpa-packages.nix b/pkgs/applications/editors/emacs-modes/elpa-packages.nix
index 60cd4251888f..7fc8a06644f9 100644
--- a/pkgs/applications/editors/emacs-modes/elpa-packages.nix
+++ b/pkgs/applications/editors/emacs-modes/elpa-packages.nix
@@ -23,7 +23,7 @@ self:
 
     super = removeAttrs imported [ "dash" ];
 
-    elpaBuild = import ../../../build-support/emacs/melpa.nix {
+    elpaBuild = import ../../../build-support/emacs/elpa.nix {
       inherit fetchurl lib stdenv texinfo;
       inherit (self) emacs;
     };