Skip to content

Commit

Permalink
chore(package/vertico): remove definition override that fixed build
Browse files Browse the repository at this point in the history
Upstream package definition no correctly includes the various
extensions, so this override is no longer needed.
  • Loading branch information
jimeh committed Sep 13, 2024
1 parent e0376e6 commit 32dfd4d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/siren-core-package-overrides.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
:files (:defaults "extensions/*.el" "dirvish-pkg.el"))
;; Use fork with for assert -> cl-assert
(refine :type git :flavor melpa :host github :repo "Wilfred/refine"
:fork (:host github :repo "jimeh/refine" :branch "use-cl-assert"))
;; Override vertico recipe to fix issues with extensions.
(vertico :type git :host github :repo "minad/vertico"
:files (:defaults "extensions/*" (:exclude ".git")))))))
:fork (:host github :repo "jimeh/refine" :branch "use-cl-assert"))))))

(provide 'siren-core-package-overrides)
;;; siren-core-packages.el ends here

0 comments on commit 32dfd4d

Please sign in to comment.