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:
Christopher Baines 2023-05-21 19:42:37 +01:00
parent e499cb2c12
commit 26b71e1982
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -5267,7 +5267,7 @@ (define-public emacs-keycast
(base32 "1hri91g6c0507vaisx3c0xr52xwy82j3vqk0irf30mcrv1j9a5hd"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-keycast))
(list emacs-compat))
(home-page "https://github.com/tarsius/keycast")
(synopsis "Show current command and its key in the mode line")
(description