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

This fixes evaluation error of elpa packages.
wip/yesman
adisbladis 6 years ago
parent 35e7485847
commit 607ae1df1b
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5
  1. 2
      pkgs/applications/editors/emacs-modes/elpa-packages.nix

@ -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…
Cancel
Save