emacsPackagesNg.elpaPackages: Don't pass fetchurl to elpa.nix

This fixes evaluation error of elpa packages.
This commit is contained in:
adisbladis
2018-07-23 15:38:20 +08:00
parent 35e7485847
commit 607ae1df1b

View File

@@ -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;
};