2019-05-05 14:11:59 -04:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; app/wanderlust/packages.el
|
|
|
|
|
2019-12-13 19:55:45 -05:00
|
|
|
;; HACK These are wanderlust's dependencies (wanderlust depends on semi, semi
|
2020-01-26 17:37:33 -05:00
|
|
|
;; depends on flim, flim on apel), but they all have non-standard default
|
|
|
|
;; branches which straight cannot detect without our help.
|
2020-10-11 23:33:52 -04:00
|
|
|
(package! apel :recipe (:branch "apel-wl") :pin "28bca5f7027da26c90bf25ab835a1d615ce316e4")
|
|
|
|
(package! flim :recipe (:branch "flim-1_14-wl") :pin "edb5982bdc24960798f6038db2c863d7c264cffb")
|
|
|
|
(package! semi :recipe (:branch "semi-1_14-wl") :pin "939c80580101126c81a72f1643762fbc964f8b64")
|
2019-12-13 19:55:45 -05:00
|
|
|
|
2020-10-11 23:33:52 -04:00
|
|
|
(package! wanderlust :pin "c7043e6446a302fee41b531d2daaa388c4d833a7")
|