about summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes
diff options
context:
space:
mode:
authorThomas Tuegel <thomas.tuegel@runtimeverification.com>2018-09-11 09:48:33 -0500
committerThomas Tuegel <thomas.tuegel@runtimeverification.com>2019-07-24 15:39:46 -0500
commit32e552af3ff125bcbf341ec54d545477488f000d (patch)
tree657c48f7a5a0a7c060b52d3cc4487220837ed4e1 /pkgs/applications/editors/emacs-modes
parent6b7c72105e3ce0bfbca0b57769f678a1b5c88ad1 (diff)
editorconfig: Include runtime dependency on editorconfig-core-c
Diffstat (limited to 'pkgs/applications/editors/emacs-modes')
-rw-r--r--pkgs/applications/editors/emacs-modes/melpa-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/emacs-modes/melpa-packages.nix b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
index a401bbc0be1bf..97681afbe15ec 100644
--- a/pkgs/applications/editors/emacs-modes/melpa-packages.nix
+++ b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
@@ -59,6 +59,10 @@ self:
         inherit (self.melpaPackages) easy-kill;
       };
 
+      editorconfig = super.editorconfig.overrideAttrs (attrs: {
+        propagatedUserEnvPkgs = [ external.editorconfig-core-c ];
+      });
+
       egg = super.egg.overrideAttrs (attrs: {
         # searches for Git at build time
         nativeBuildInputs =