From: Pierre Langlois <pierre.langlois@gmx.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: 42186-done@debbugs.gnu.org
Subject: bug#42186: emacs swiper package missing since ivy update 0.13.1
Date: Sat, 04 Jul 2020 12:46:03 +0200 [thread overview]
Message-ID: <8736671rtg.fsf@gmx.com> (raw)
In-Reply-To: <87eepr60a1.fsf@nicolasgoaziou.fr>
[-- Attachment #1: Type: text/plain, Size: 1026 bytes --]
Nicolas Goaziou writes:
> Hello,
>
> Pierre Langlois <pierre.langlois@gmx.com> 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
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-lispy-Add-emacs-swiper-dependency.patch --]
[-- Type: text/x-patch, Size: 901 bytes --]
From cc5609fbb99dbec1eefaca87a04bce8b6088bd2b Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com>
Date: Sat, 4 Jul 2020 12:41:37 +0200
Subject: [PATCH] gnu: emacs-lispy: Add emacs-swiper dependency.
* gnu/packages/emacs-xyz.scm (emacs-lispy)[propagated-inputs]: Add
emacs-swiper.
---
gnu/packages/emacs-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5c4861766c..813b7d3eb1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6695,6 +6695,7 @@ navigate code in a tree-like fashion.")
`(("emacs-ace-window" ,emacs-ace-window)
("emacs-iedit" ,emacs-iedit)
("emacs-ivy" ,emacs-ivy)
+ ("emacs-swiper" ,emacs-swiper)
("emacs-hydra" ,emacs-hydra)
("emacs-zoutline" ,emacs-zoutline)))
(native-inputs
--
2.27.0
next prev parent reply other threads:[~2020-07-04 10:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-04 10:10 bug#42186: emacs swiper package missing since ivy update 0.13.1 Pierre Langlois
2020-07-04 10:26 ` Pierre Langlois
2020-07-04 10:29 ` Nicolas Goaziou
2020-07-04 10:46 ` Pierre Langlois [this message]
2020-07-04 12:46 ` Nicolas Goaziou
2020-07-04 14:08 ` Pierre Langlois
2020-07-04 10:44 ` Michael Rohleder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8736671rtg.fsf@gmx.com \
--to=pierre.langlois@gmx.com \
--cc=42186-done@debbugs.gnu.org \
--cc=mail@nicolasgoaziou.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).