unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: John Kehayias via Guix-patches via <guix-patches@gnu.org>
To: 62600@debbugs.gnu.org
Subject: [bug#62600] [PATCH] gnu: emacs-slime: Add missing propagated input.
Date: Sat, 01 Apr 2023 23:38:32 +0000	[thread overview]
Message-ID: <87mt3rw4uj.fsf@protonmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 506 bytes --]

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-slime-Add-missing-propagated-input.patch --]
[-- Type: text/x-patch; name=0001-gnu-emacs-slime-Add-missing-propagated-input.patch, Size: 1037 bytes --]

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(+)

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


             reply	other threads:[~2023-04-01 23:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-01 23:38 John Kehayias via Guix-patches via [this message]
2023-04-02  1:05 ` bug#62600: [PATCH] gnu: emacs-slime: Add missing propagated input John Kehayias via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mt3rw4uj.fsf@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=62600@debbugs.gnu.org \
    --cc=john.kehayias@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).