https://git.notmuchmail.org/git/notmuch@8776faf -> https://git.notmuchmail.org/git/notmuch@45193ba jeremy-compostella/org-msg@2db6725 -> jeremy-compostella/org-msg@557d490 wanderlust/apel@d146ddb -> wanderlust/apel@28bca5f wanderlust/flim@f303f2f -> wanderlust/flim@edb5982 wanderlust/semi@10897f0 -> wanderlust/semi@939c805 wanderlust/wanderlust@7af0d58 -> wanderlust/wanderlust@c7043e6
11 lines
641 B
EmacsLisp
11 lines
641 B
EmacsLisp
;; -*- 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 they all have non-standard default
|
|
;; branches which straight cannot detect without our help.
|
|
(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")
|
|
|
|
(package! wanderlust :pin "c7043e6446a302fee41b531d2daaa388c4d833a7")
|