mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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:
parent
99cf91743c
commit
3fd31f625d
1 changed files with 1 additions and 1 deletions
|
@ -6891,7 +6891,7 @@ (define-public emacs-counsel-projectile
|
|||
"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")
|
||||
|
|
Loading…
Reference in a new issue