gnu: emacs-counsel-projectile: Fix build.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 4 Jul 2020 12:00:55 +0000 (14:00 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 4 Jul 2020 12:00:55 +0000 (14:00 +0200)
* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile)[propagated-inputs]:
Replace emacs-ivy with emacs-counsel.

gnu/packages/emacs-xyz.scm

index b38470e..49e4bb7 100644 (file)
@@ -6891,7 +6891,7 @@ The purpose of this library is to wrap all the quirks and hassle of
                 "1inc4ndl0ysfwvxk4avbgpj4qi9rc93da6476a5c81xmwpsv8wmq"))))
     (build-system emacs-build-system)
     (propagated-inputs
-     `(("emacs-ivy" ,emacs-ivy)
+     `(("emacs-counsel" ,emacs-counsel)
        ("emacs-projectile" ,emacs-projectile)))
     (home-page "https://github.com/ericdanan/counsel-projectile")
     (synopsis "Enhance Projectile with Ivy")