guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-keycast: Fix propagated-inputs.


From: guix-commits
Subject: branch master updated: gnu: emacs-keycast: Fix propagated-inputs.
Date: Sun, 21 May 2023 14:45:00 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 26b71e1982 gnu: emacs-keycast: Fix propagated-inputs.
26b71e1982 is described below

commit 26b71e1982afac9112f73c359a21ac76f641d19e
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun May 21 19:42:37 2023 +0100

    gnu: emacs-keycast: Fix propagated-inputs.
    
    Change emacs-keycast to emacs-compat, as I think this was what was intended 
in
    87d5754107e2393cc5d2ab44cd9586b3bf73b011.
    
    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.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 48e78c03f5..0ea9732bfa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5267,7 +5267,7 @@ kmonad's configuration files (@file{.kbd}).")
         (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]