mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Fix #2398: missing dependency due to wrong branch
This commit is contained in:
@ -4,9 +4,7 @@
|
|||||||
;; HACK These are wanderlust's dependencies (wanderlust depends on semi, semi
|
;; HACK These are wanderlust's dependencies (wanderlust depends on semi, semi
|
||||||
;; depends on flim, flim on apel), but both flim and apel have non-standard
|
;; depends on flim, flim on apel), but both flim and apel have non-standard
|
||||||
;; default branches, which straight cannot detect without our help.
|
;; default branches, which straight cannot detect without our help.
|
||||||
(package! flim :recipe (:branch "flim-1_14-wl")
|
(package! flim :recipe (:branch "flim-1_14-wl"))
|
||||||
:pin "e4bd54fd7d335215b54f7ef27ed974c8cd68d472")
|
(package! apel :recipe (:branch "apel-wl"))
|
||||||
(package! apel :recipe (:branch "semi-1_14-wl")
|
|
||||||
:pin "d146ddbf8818e81d3577d5eee7825d377bec0c73")
|
|
||||||
|
|
||||||
(package! wanderlust :pin "7a919e422a48f5021576e68282703de430558879")
|
(package! wanderlust)
|
||||||
|
Reference in New Issue
Block a user