Unverified Commit f5380ca5 authored by Lin Jian's avatar Lin Jian
Browse files

emacsPackages.copilot: move nodejs to propagatedUserEnvPkgs

nodejs is only needed at runtime, it is not needed at build time.
parent 639c992f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,10 +23,11 @@ melpaBuild {
  packageRequires = [
    dash
    editorconfig
    nodejs
    s
  ];

  propagatedUserEnvPkgs = [ nodejs ];

  meta = {
    description = "Unofficial copilot plugin for Emacs";
    homepage = "https://github.com/zerolfx/copilot.el";