From 18edebe9c659446ab353e144b3bf81d65387f2f9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 21 Dec 2019 04:21:43 -0500 Subject: [PATCH] tools/editorconfig: remove :recipe #2216 Causes an elusive issue where editorconfig won't build at all, because our editorconfig :recipe doesn't merge into straihgt's cached recipe for the package. This isn't a fix, but a workaround until a better solution can be found. --- modules/tools/editorconfig/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/editorconfig/packages.el b/modules/tools/editorconfig/packages.el index 5fb9c477e..716c3b55e 100644 --- a/modules/tools/editorconfig/packages.el +++ b/modules/tools/editorconfig/packages.el @@ -1,4 +1,4 @@ ;; -*- no-byte-compile: t; -*- ;;; tools/editorconfig/packages.el -(package! editorconfig :recipe (:nonrecursive t)) +(package! editorconfig)