[PATCH] gnu: emacs-slime: Add missing propagated input.

  • Done
  • quality assurance status badge
Details
One participant
  • John Kehayias
Owner
unassigned
Submitted by
John Kehayias
Severity
normal

Debbugs page

John Kehayias wrote 2 years ago
(name . Guix-patches)(address . guix-patches@gnu.org)
87mt3rw4uj.fsf@protonmail.com
Slime is failing to load in emacs (confirmation from another user on IRC too) with "Cannot open load file: No such file or directory, ../lib/macrostep" Not sure when this started happening, must have been in the last month or few weeks?

This patch adds the missing propagated-input, confirming it runs after that (assuming you have sbcl of course).

I'll check the QA status later and can push after some time (what's the latest on this policy?) but I'm not anticipating any issues.

Thanks!
John
From 798e46d710bd44f1954054ea02b6400c232861e2 Mon Sep 17 00:00:00 2001
From: John Kehayias <john.kehayias@protonmail.com>
Date: Sat, 1 Apr 2023 19:29:45 -0400
Subject: [PATCH] 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(+)
Toggle diff (15 lines)
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 @@ (define-public emacs-slime
(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")
--
2.39.2
John Kehayias wrote 2 years ago
(address . 62600-done@debbugs.gnu.org)
87lejbw0u0.fsf@protonmail.com
Checked rebuilds locally and pushed as f0c8cb44a4d912263025616bc921c011fcb1f0b4
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62600@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62600
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help