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-12-05 15:21:45 -05:00
|
|
|
(package! apel :recipe (:branch "apel-wl") :pin "4e3269b6e702db2dba48cf560563ac883e81e3bf")
|
2021-05-04 16:07:12 -04:00
|
|
|
(package! flim :recipe (:branch "flim-1_14-wl") :pin "ddf5b6eceb73d7dbf6ff3a2d5281a2957cc2b836")
|
|
|
|
(package! semi :recipe (:branch "semi-1_14-wl") :pin "20d75302509b5fba9849e74b61c1ce93e5819864")
|
2019-12-13 19:55:45 -05:00
|
|
|
|
2021-05-04 16:07:12 -04:00
|
|
|
(package! wanderlust :pin "6e189fc944a9bbde76c5a6d9b6a38d57e85e6390")
|