gnu: emacs-counsel-projectile: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile)[propagated-inputs]:
Replace emacs-ivy with emacs-counsel.
This commit is contained in:
Nicolas Goaziou 2020-07-04 14:00:55 +02:00
parent 99cf91743c
commit 3fd31f625d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View 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")