emacs.pkgs.elpaPackages: Use custom elpa fetcher

This commit is contained in:
adisbladis
2021-08-24 14:26:57 +02:00
committed by Rasmus Précenth
parent 66966119f3
commit 6a5fc6beca
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
let
mkElpaPackages = { pkgs, lib }: import ../applications/editors/emacs/elisp-packages/elpa-packages.nix {
inherit (pkgs) stdenv texinfo writeText;
inherit (pkgs) stdenv texinfo writeText buildPackages;
inherit lib;
};