about summary refs log tree commit diff
path: root/pkgs/top-level/emacs-packages.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2019-09-18 22:28:24 +0200
committerRobert Helgesson <robert@rycee.net>2019-09-18 22:32:19 +0200
commit241e28e3d1e6d79136197a6c157f3284abb39e69 (patch)
tree2e1a22ec6b77e3eca3173f72b1f569b1e38dab3e /pkgs/top-level/emacs-packages.nix
parentcde50a4fab169a90ee4a6c08e82c77be803aa744 (diff)
emacs: use runCommand to generate wrapper
This removes the unnecessary compiler build dependency. We also set

    preferLocalBuild = true;
    allowSubstitutes = false;

to not farm out the build on a remote builder or bother with trying to
find a binary substitution.
Diffstat (limited to 'pkgs/top-level/emacs-packages.nix')
-rw-r--r--pkgs/top-level/emacs-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix
index 0c85176acba27..1853c7eb8ac15 100644
--- a/pkgs/top-level/emacs-packages.nix
+++ b/pkgs/top-level/emacs-packages.nix
@@ -60,7 +60,7 @@ let
   };
 
   emacsWithPackages = import ../build-support/emacs/wrapper.nix {
-    inherit lib lndir makeWrapper stdenv runCommand;
+    inherit lib lndir makeWrapper runCommand;
   };
 
   mkManualPackages = import ../applications/editors/emacs-modes/manual-packages.nix {