guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-slime: Add missing propagated input.


From: guix-commits
Subject: branch master updated: gnu: emacs-slime: Add missing propagated input.
Date: Sat, 01 Apr 2023 21:03:28 -0400

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

podiki pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f0c8cb44a4 gnu: emacs-slime: Add missing propagated input.
f0c8cb44a4 is described below

commit f0c8cb44a4d912263025616bc921c011fcb1f0b4
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Sat Apr 1 21:02:15 2023 -0400

    gnu: emacs-slime: Add missing propagated input.
    
    Fixes error "Cannot open load file: No such file or directory,
    ../lib/macrostep" when trying to run slime.
    
    * gnu/packages/emacs-xyz.scm (emacs-slime)[propagated-inputs]: Add
    emacs-macrostep.
---
 gnu/packages/emacs-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index de4a7f301a..b11fbaf7b7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9219,6 +9219,8 @@ in @code{html-mode}.")
                             (delete-file f))
                           doc-files)
                 (delete-file-recursively "doc")))))))
+    (propagated-inputs
+     (list emacs-macrostep))
     (native-inputs
      (list texinfo))
     (home-page "https://github.com/slime/slime";)



reply via email to

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