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
@ -25,7 +25,7 @@ self:
|
|||||||
super = removeAttrs imported [ "dash" ];
|
super = removeAttrs imported [ "dash" ];
|
||||||
|
|
||||||
elpaBuild = import ../../../build-support/emacs/elpa.nix {
|
elpaBuild = import ../../../build-support/emacs/elpa.nix {
|
||||||
inherit fetchurl lib stdenv texinfo;
|
inherit lib stdenv texinfo;
|
||||||
inherit (self) emacs;
|
inherit (self) emacs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user