mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
wanderlust/apel@1a6fd3bab2 -> wanderlust/apel@2383abfd3a wanderlust/flim@774e40da2b -> wanderlust/flim@c4c72d2833 wanderlust/semi@85a52b899a -> wanderlust/semi@f6e299706a wanderlust/wanderlust@d6dcbad228 -> wanderlust/wanderlust@657eded150
26 lines
1.0 KiB
EmacsLisp
26 lines
1.0 KiB
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 (:host github :repo "wanderlust/apel" :branch "apel-wl")
|
|
:pin "2383abfd3a27c094ae9095b05103167cf810379b")
|
|
(package! flim
|
|
:recipe (:host github :repo "wanderlust/flim" :branch "flim-1_14-wl")
|
|
:pin "c4c72d28332083c909eb8a5719e1a7096bfac81f")
|
|
(package! semi
|
|
:recipe (:host github :repo "wanderlust/semi" :branch "semi-1_14-wl")
|
|
:pin "f6e299706ae33e7f4a775b94d52c8a2abe383a8a")
|
|
|
|
(package! wanderlust
|
|
:recipe (:host github :repo "wanderlust/wanderlust")
|
|
:pin "657eded150b7d16dc340b43e4863c7ea91564ed3")
|
|
|
|
(when (modulep! +xface)
|
|
(package! x-face-e21
|
|
:recipe (:host nil :repo "https://salsa.debian.org/debian/x-face-el.git"
|
|
:files ("debian/x-face-e21.el"))
|
|
:pin "871156a776cc1bc9dd035205b6875c55db6ae215"))
|