Fix #2398: missing dependency due to wrong branch

This commit is contained in:
Henrik Lissner 2020-01-23 02:13:50 -05:00
parent a34cb1656a
commit 2c9715c5d1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -4,9 +4,7 @@
;; 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
;; default branches, which straight cannot detect without our help.
(package! flim :recipe (:branch "flim-1_14-wl")
:pin "e4bd54fd7d335215b54f7ef27ed974c8cd68d472")
(package! apel :recipe (:branch "semi-1_14-wl")
:pin "d146ddbf8818e81d3577d5eee7825d377bec0c73")
(package! flim :recipe (:branch "flim-1_14-wl"))
(package! apel :recipe (:branch "apel-wl"))
(package! wanderlust :pin "7a919e422a48f5021576e68282703de430558879")
(package! wanderlust)