Update pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Matthew Bauer 2021-06-24 12:33:40 -05:00 committed by GitHub
parent 8bc10fbc56
commit 82003f428c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,9 +32,8 @@ self: let
};
elpaBuild = import ../../../../build-support/emacs/elpa.nix {
inherit lib stdenv texinfo writeText;
inherit lib stdenv texinfo writeText gcc;
inherit (self) emacs;
inherit gcc;
};
generateElpa = lib.makeOverridable ({