Nicolas Goaziou writes: > Hello, > > Pierre Langlois writes: > >> I just noticed the last update to the emacs-ivy package removed >> swiper.el from the package by moving from github to elpa. It seems elpa >> packages ivy and swiper separately >> (https://elpa.gnu.org/packages/swiper.html). >> >> I don't have time to submit a patch to fix it at the moment so I'm just >> filing a bug, but I can get to it next week if needed :-). I think we >> can either go back to using github to fetch the source, or package >> emacs-swiper separately. >> >> WDYT? > > I think packages from GNU ELPA are cleaner, and easier to update. > I added emacs-swiper package. Nice, thanks for the quick fix! Originally I noticed this because of the emacs-lispy package failing to build. Here's a patch to add `emacs-swiper` as a dependency to fix it. I suspect we might need to fix some more, including the few emacs-counsel-* packages we have. I agree things will be cleaner that way in the end :-). Thanks, Pierre