[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-slime: Add missing "lib/hyperspec.el"
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-slime: Add missing "lib/hyperspec.el" library. |
Date: |
Sat, 28 Jan 2023 10:27:28 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1bed1d8481 gnu: emacs-slime: Add missing "lib/hyperspec.el" library.
1bed1d8481 is described below
commit 1bed1d848166a4081051b4e87a5ec4942ddb3397
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 28 16:25:11 2023 +0100
gnu: emacs-slime: Add missing "lib/hyperspec.el" library.
* gnu/packages/emacs-xyz.scm (emacs-slime)[arguments]<#:include>: Add
missing
"lib/hyperspec.el" library.
---
gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dd11e08b48..ad3603b205 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8797,14 +8797,14 @@ in @code{html-mode}.")
(build-system emacs-build-system)
(arguments
(list
- #:include #~(cons* "\\.lisp$" "\\.asd$" "contrib" %default-include)
+ #:include #~(cons* "\\.lisp$" "\\.asd$"
+ "contrib"
+ "lib/hyperspec.el"
+ %default-include)
#:exclude #~(list "^slime-tests.el" "^contrib/test/"
"^contrib/Makefile$" "^contrib/README.md$")
#:phases
#~(modify-phases %standard-phases
- ;; (add-after 'unpack 'make-git-checkout-writable
- ;; (lambda _
- ;; (for-each make-file-writable (find-files "."))))
(add-before 'install 'configure
(lambda* _
(emacs-substitute-variables "slime.el"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-slime: Add missing "lib/hyperspec.el" library.,
guix-commits <=