emacsPackagesNg.elpaPackages: Don't pass fetchurl to elpa.nix
This fixes evaluation error of elpa packages.
This commit is contained in:
parent
35e7485847
commit
607ae1df1b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ self:
|
|||
super = removeAttrs imported [ "dash" ];
|
||||
|
||||
elpaBuild = import ../../../build-support/emacs/elpa.nix {
|
||||
inherit fetchurl lib stdenv texinfo;
|
||||
inherit lib stdenv texinfo;
|
||||
inherit (self) emacs;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue