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
No known key found for this signature in database
GPG key ID: ED58F95069B004F5

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