elpa-packages: Fix evaluation

This commit is contained in:
Thomas Tuegel
2018-07-23 06:17:30 -05:00
parent a0762a4eee
commit 095e2f961f

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