wanderlust/apel@82eb2325bd -> wanderlust/apel@1a6fd3bab2 wanderlust/flim@abdd231500 -> wanderlust/flim@23bb29d70a wanderlust/semi@9063a4485b -> wanderlust/semi@85a52b899a wanderlust/wanderlust@c15e8ece4f -> wanderlust/wanderlust@8a0ea2146e
17 lines
875 B
EmacsLisp
17 lines
875 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 "1a6fd3bab2cc6b0a450c2d801f77a1c9da0f72fb")
|
|
(package! flim :recipe (:branch "flim-1_14-wl") :pin "23bb29d70a13cada2eaab425ef80071564586a6d")
|
|
(package! semi :recipe (:branch "semi-1_14-wl") :pin "85a52b899ac89be504d9e38d8d406bba98f4b0b3")
|
|
|
|
(package! wanderlust :pin "8a0ea2146ee919a5344bb25f198d45016bc716d9")
|
|
|
|
(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"))
|