elpa-packages: Fix evaluation

This commit is contained in:
Thomas Tuegel 2018-07-23 06:17:30 -05:00
parent a0762a4eee
commit 095e2f961f
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

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