Update pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
8bc10fbc56
commit
82003f428c
@ -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 ({
|
||||
|
Loading…
Reference in New Issue
Block a user