From 3a7eab38ad263a7ef679eaa65d7b680cb530b6c0 Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Mon, 20 Jun 2022 10:09:50 -0700 Subject: [PATCH] fix: allow :protocol keyword in package! Co-authored-by: Chris Rose --- core/core-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-packages.el b/core/core-packages.el index ac780e6c6..af735c8e8 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -530,7 +530,7 @@ elsewhere." (cl-destructuring-bind (&key local-repo _files _flavor _build _pre-build _post-build _includes - _type _repo _host _branch + _type _repo _host _branch _protocol _remote _nonrecursive _fork _depth) recipe ;; Expand :local-repo from current directory