me
/
guix
Archived
1
0
Fork 0

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.
master
John Kehayias 2023-04-01 21:02:15 -04:00
parent 4483296da3
commit f0c8cb44a4
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 2 additions and 0 deletions

View File

@ -9219,6 +9219,8 @@ in @code{html-mode}.")
(delete-file f)) (delete-file f))
doc-files) doc-files)
(delete-file-recursively "doc"))))))) (delete-file-recursively "doc")))))))
(propagated-inputs
(list emacs-macrostep))
(native-inputs (native-inputs
(list texinfo)) (list texinfo))
(home-page "https://github.com/slime/slime") (home-page "https://github.com/slime/slime")