mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-keycast: Fix propagated-inputs.
Change emacs-keycast to emacs-compat, as I think this was what was intended in
87d5754107
.
Having emacs-keycast being a propagated input of emacs-keycast causes problems
when trying to compute the derivation for the package, as well as all
operations that involve this (guix weather, guix pull package cache, ...).
* gnu/packages/emacs-xyz.scm (emacs-keycast)[propagated-inputs]: Change
emacs-keycast to emacs-compat.
This commit is contained in:
parent
e499cb2c12
commit
26b71e1982
1 changed files with 1 additions and 1 deletions
|
@ -5267,7 +5267,7 @@ (define-public emacs-keycast
|
||||||
(base32 "1hri91g6c0507vaisx3c0xr52xwy82j3vqk0irf30mcrv1j9a5hd"))))
|
(base32 "1hri91g6c0507vaisx3c0xr52xwy82j3vqk0irf30mcrv1j9a5hd"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-keycast))
|
(list emacs-compat))
|
||||||
(home-page "https://github.com/tarsius/keycast")
|
(home-page "https://github.com/tarsius/keycast")
|
||||||
(synopsis "Show current command and its key in the mode line")
|
(synopsis "Show current command and its key in the mode line")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue