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

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
wip/nixpkgs-raku
Matthew Bauer 3 years ago committed by GitHub
parent 8bc10fbc56
commit 82003f428c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix

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