diff --git a/core/core-packages.el b/core/core-packages.el index 849d8ff64..82e9d6979 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -528,10 +528,9 @@ elsewhere." (condition-case e (when-let (recipe (plist-get plist :recipe)) (cl-destructuring-bind - (&key local-repo _files _flavor - _build _pre-build _post-build _includes - _type _repo _host _branch _protocol - _remote _nonrecursive _fork _depth) + (&key local-repo _files _flavor _build _pre-build _post-build + _includes _type _repo _host _branch _protocol _remote + _nonrecursive _fork _depth _source _inherit) recipe ;; Expand :local-repo from current directory (when local-repo