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-01-25 03:49:42 -05:00
|
|
|
(package! apel :recipe (:branch "apel-wl") :pin "d146ddbf88")
|
2020-01-26 17:37:33 -05:00
|
|
|
(package! flim :recipe (:branch "flim-1_14-wl") :pin "e4bd54fd7d")
|
|
|
|
(package! semi :recipe (:branch "semi-1_14-wl") :pin "16228dc2d1")
|
2019-12-13 19:55:45 -05:00
|
|
|
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! wanderlust :pin "7a919e422a")
|