From b8d4fef93f50de028b55ec29bcd11e5f52ff408d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 13 Dec 2019 19:55:45 -0500 Subject: [PATCH] email/wanderlust: add flim/apel packages See: raxod502/straight.el#445 wanderlust/wanderlust#172 --- modules/email/wanderlust/packages.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/email/wanderlust/packages.el b/modules/email/wanderlust/packages.el index b2d336172..c49dc6c54 100644 --- a/modules/email/wanderlust/packages.el +++ b/modules/email/wanderlust/packages.el @@ -1,4 +1,10 @@ ;; -*- no-byte-compile: t; -*- ;;; app/wanderlust/packages.el +;; HACK These are wanderlust's dependencies (wanderlust depends on semi, semi +;; depends on flim, flim on apel), but both flim and apel have non-standard +;; default branches, which straight cannot detect without our help. +(package! flim :recipe (:branch "flim-1_14-wl")) +(package! apel :recipe (:branch "semi-1_14-wl")) + (package! wanderlust)