Fix #2946: use powerthesaurus fork

This commit is contained in:
Henrik Lissner 2020-04-21 13:47:26 -04:00
parent 0a26a22d59
commit 27c64a3abd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -28,7 +28,12 @@
(if IS-MAC
(package! osx-dictionary :pin "1b79ff64c7")
(package! define-word :pin "d8c76d503b")
(package! powerthesaurus :pin "81a262ec0c")
;; HACK Fix #2945: the main package is broken (see
;; SavchenkoValeriy/emacs-powerthesaurus). We use this fork until it is
;; merged.
(package! powerthesaurus
:recipe (:host github :repo "maxchaos/emacs-powerthesaurus" :branch "pt-api-change")
:pin "81a262ec0c")
(when (featurep! +offline)
(package! wordnut :pin "feac531404")
(package! synosaurus :pin "14d34fc92a"))))